summaryrefslogtreecommitdiff
path: root/home/neovim/lsp.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-07 17:39:27 +0200
committerLinnnus <[email protected]>2023-09-07 17:39:27 +0200
commit29557fddf8fbade309d56fc920f56d442eb615bc (patch)
treec760c14ce2d2baf1680e82a3edbf321949c8f0d3 /home/neovim/lsp.nix
parent97539f9b1b004f1b8b8aa2608e92050b7f3d2433 (diff)
Fix syntax error in generated init.lua
Diffstat (limited to 'home/neovim/lsp.nix')
-rw-r--r--home/neovim/lsp.nix2
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;