diff options
Diffstat (limited to 'usecases/desktop/development.nix')
-rw-r--r-- | usecases/desktop/development.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix index c07a1a9..54a869e 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix | |||
@@ -76,6 +76,7 @@ in | |||
76 | nlua-nvim | 76 | nlua-nvim |
77 | nvim-lspconfig | 77 | nvim-lspconfig |
78 | rust-tools-nvim | 78 | rust-tools-nvim |
79 | clangd_extensions-nvim | ||
79 | vim-grammarous | 80 | vim-grammarous |
80 | playground | 81 | playground |
81 | ]; | 82 | ]; |
@@ -83,10 +84,10 @@ in | |||
83 | variables = { | 84 | variables = { |
84 | rust_analyzer_path = "${rust-analyzer-unwrapped}/bin/rust-analyzer"; | 85 | rust_analyzer_path = "${rust-analyzer-unwrapped}/bin/rust-analyzer"; |
85 | sumneko_lua_base_path = "${sumneko-lua-language-server}"; | 86 | sumneko_lua_base_path = "${sumneko-lua-language-server}"; |
87 | clangd_path = "${clang-tools}/bin/clangd"; | ||
86 | }; | 88 | }; |
87 | 89 | ||
88 | lsp = { | 90 | lsp = { |
89 | clangd.cmd = [ "${clang-tools}/bin/clangd" "--resource-dir=${clang}/resource-root" ]; | ||
90 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; | 91 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; |
91 | pylsp.cmd = [ "${python-lsp-server}/bin/pylsp" ]; | 92 | pylsp.cmd = [ "${python-lsp-server}/bin/pylsp" ]; |
92 | hls.cmd = [ "${haskell-language-server}/bin/haskell-language-server" "--lsp" ]; | 93 | hls.cmd = [ "${haskell-language-server}/bin/haskell-language-server" "--lsp" ]; |