diff options
author | Linnnus <[email protected]> | 2023-09-07 17:39:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-07 17:39:27 +0200 |
commit | 29557fddf8fbade309d56fc920f56d442eb615bc (patch) | |
tree | c760c14ce2d2baf1680e82a3edbf321949c8f0d3 /home | |
parent | 97539f9b1b004f1b8b8aa2608e92050b7f3d2433 (diff) |
Fix syntax error in generated init.lua
Diffstat (limited to 'home')
-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; |