summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dd27b2d..5a80758 100644
--- a/home/neovim/lsp.nix
+++ b/home/neovim/lsp.nix
@@ -52,7 +52,7 @@
-- map buffer local keybindings when the language server attaches
local servers = {
pyright = { cmd = { "${pkgs.pyright}/bin/pyright-langserver", "--stdio" } },
- rnix = { cmd = { "${pkgs.rnix-lsp}/bin/rnix-lsp" } },
+ nil_ls = { cmd = { "${pkgs.nil}/bin/nil" } },
denols = {
init_options = {
enable = true,