mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +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)"
|
"(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"; };
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,6 +47,7 @@ in
|
||||||
pv
|
pv
|
||||||
python-wp
|
python-wp
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rnix-lsp
|
||||||
rsync
|
rsync
|
||||||
rustup
|
rustup
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Add table
Reference in a new issue