diff options
Diffstat (limited to 'usecases')
-rw-r--r-- | usecases/desktop/development.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix index d4d2a43..d8cf5bd 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix | |||
@@ -8,6 +8,7 @@ let | |||
8 | clang-tools | 8 | clang-tools |
9 | elixir_ls | 9 | elixir_ls |
10 | rust-analyzer-unwrapped | 10 | rust-analyzer-unwrapped |
11 | sumneko-lua-language-server | ||
11 | 12 | ||
12 | vimPlugins; | 13 | vimPlugins; |
13 | 14 | ||
@@ -72,6 +73,7 @@ in | |||
72 | clangd.cmd = [ "${clang-tools}/bin/clangd" "--resource-dir=${clang}/resource-root" ]; | 73 | clangd.cmd = [ "${clang-tools}/bin/clangd" "--resource-dir=${clang}/resource-root" ]; |
73 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; | 74 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; |
74 | pyls.cmd = [ "${python-language-server}/bin/pyls" ]; | 75 | pyls.cmd = [ "${python-language-server}/bin/pyls" ]; |
76 | sumneko_lua.cmd = [ "${sumneko-lua-language-server}/bin/lua-language-server" ]; | ||
75 | }; | 77 | }; |
76 | 78 | ||
77 | luaConfig = with lib; let | 79 | luaConfig = with lib; let |