Install rnix-lsp and add hook in emacs for lsp-mode.

This commit is contained in:
willemml 2023-02-24 08:43:58 -08:00
parent b0b656b764
commit 664f1f204c
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 2 additions and 0 deletions

View file

@ -367,6 +367,7 @@ in
"(rust-mode . lsp)" "(rust-mode . lsp)"
"(c-mode . lsp)" "(c-mode . lsp)"
"(javascript-mode . lsp)" "(javascript-mode . lsp)"
"(nix-mode . lsp)"
]; ];
bind = { "C-c C-y" = "my/format-document"; }; bind = { "C-c C-y" = "my/format-document"; };
}; };

View file

@ -47,6 +47,7 @@ in
pv pv
python-wp python-wp
ripgrep ripgrep
rnix-lsp
rsync rsync
rustup rustup
shellcheck shellcheck