mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Install rnix-lsp and add hook in emacs for lsp-mode.
This commit is contained in:
parent
b0b656b764
commit
664f1f204c
2 changed files with 2 additions and 0 deletions
|
@ -367,6 +367,7 @@ in
|
|||
"(rust-mode . lsp)"
|
||||
"(c-mode . lsp)"
|
||||
"(javascript-mode . lsp)"
|
||||
"(nix-mode . lsp)"
|
||||
];
|
||||
bind = { "C-c C-y" = "my/format-document"; };
|
||||
};
|
||||
|
|
|
@ -47,6 +47,7 @@ in
|
|||
pv
|
||||
python-wp
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
rsync
|
||||
rustup
|
||||
shellcheck
|
||||
|
|
Loading…
Add table
Reference in a new issue