lib/languages: fix duplicate on_attach contents
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled

This commit is contained in:
raf 2025-02-20 19:47:39 +03:00
parent d827ac8771
commit 2e95590377
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -46,7 +46,7 @@ in {
on_attach = mkOption {
type = luaInline;
default = mkLuaInline "default_capabilities";
default = mkLuaInline "default_on_attach";
description = "Function to execute when an LSP server attaches to a buffer";
};