add cmake lsp for helix
This commit is contained in:
parent
7366ef6088
commit
f80f07ea8a
2 changed files with 15 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ let
|
|||
runtimeInputs = (
|
||||
with pkgs;
|
||||
[
|
||||
cmake-language-server
|
||||
kdlfmt
|
||||
rustfmt
|
||||
clang-tools
|
||||
|
|
@ -33,6 +34,7 @@ let
|
|||
rust-analyzer
|
||||
nil
|
||||
haskell-language-server
|
||||
neocmakelsp
|
||||
]
|
||||
);
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue