diff options
author | Minijackson <minijackson@riseup.net> | 2021-07-27 22:51:38 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-07-27 22:51:38 +0200 |
commit | 4111e327cd39da22219de7b56847c5fd62874568 (patch) | |
tree | 309a525f7d52ee6bc4cbb0dc4caec73357b2d515 /usecases | |
parent | db030493ffee453d8f828755f37ec4dd2592fed3 (diff) | |
download | nixos-config-reborn-4111e327cd39da22219de7b56847c5fd62874568.tar.gz nixos-config-reborn-4111e327cd39da22219de7b56847c5fd62874568.zip |
vim-dev: replace sumneko_lua -> nlua.nvim plugin
Diffstat (limited to 'usecases')
-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 6dfd695..ae61d33 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix | |||
@@ -65,6 +65,7 @@ in | |||
65 | vim = { | 65 | vim = { |
66 | extraPlugins = with vimPlugins; [ | 66 | extraPlugins = with vimPlugins; [ |
67 | lsp_signature-nvim | 67 | lsp_signature-nvim |
68 | nlua-nvim | ||
68 | nvim-lspconfig | 69 | nvim-lspconfig |
69 | rust-tools-nvim | 70 | rust-tools-nvim |
70 | vim-grammarous | 71 | vim-grammarous |
@@ -72,13 +73,13 @@ in | |||
72 | 73 | ||
73 | variables = { | 74 | variables = { |
74 | rust_analyzer_path = "${rust-analyzer-unwrapped}/bin/rust-analyzer"; | 75 | rust_analyzer_path = "${rust-analyzer-unwrapped}/bin/rust-analyzer"; |
76 | sumneko_lua_base_path = "${sumneko-lua-language-server}"; | ||
75 | }; | 77 | }; |
76 | 78 | ||
77 | lsp = { | 79 | lsp = { |
78 | clangd.cmd = [ "${clang-tools}/bin/clangd" "--resource-dir=${clang}/resource-root" ]; | 80 | clangd.cmd = [ "${clang-tools}/bin/clangd" "--resource-dir=${clang}/resource-root" ]; |
79 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; | 81 | elixirls.cmd = [ "${elixir_ls}/bin/elixir-ls" ]; |
80 | pylsp.cmd = [ "${python-lsp-server}/bin/pylsp" ]; | 82 | pylsp.cmd = [ "${python-lsp-server}/bin/pylsp" ]; |
81 | sumneko_lua.cmd = [ "${sumneko-lua-language-server}/bin/lua-language-server" ]; | ||
82 | }; | 83 | }; |
83 | 84 | ||
84 | luaConfig = with lib; let | 85 | luaConfig = with lib; let |