mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
lib/languages: fix duplicate on_attach contents
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
This commit is contained in:
parent
d827ac8771
commit
2e95590377
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue