diff options
-rw-r--r-- | home/neovim/lsp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/neovim/lsp.nix b/home/neovim/lsp.nix index 588fb8b..4708f13 100644 --- a/home/neovim/lsp.nix +++ b/home/neovim/lsp.nix @@ -74,7 +74,7 @@ }, }; for server, config in pairs(servers) do - # set common options + -- set common options config.on_attach = on_attach; config.debounce_text_changes = 150; |