diff --git a/stow/.config/nvim/lua/nico/lazy/lsp.lua b/stow/.config/nvim/lua/nico/lazy/lsp.lua index 296f70a..35b672d 100644 --- a/stow/.config/nvim/lua/nico/lazy/lsp.lua +++ b/stow/.config/nvim/lua/nico/lazy/lsp.lua @@ -32,7 +32,8 @@ return { preferred_servers = { markdown = {}, python = { "pyright" }, - rust = { "nil" }, + nix = { "nil" }, + rust = { "rust_analyzer" }, go = { "gopls" }, c = { "clangd" }, },