diff options
-rw-r--r-- | dotfiles/vim/lua/vim-dev.lua | 1 | ||||
-rw-r--r-- | usecases/desktop/development.nix | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/vim/lua/vim-dev.lua b/dotfiles/vim/lua/vim-dev.lua index 41d94fd..4d56c9b 100644 --- a/dotfiles/vim/lua/vim-dev.lua +++ b/dotfiles/vim/lua/vim-dev.lua | |||
@@ -6,7 +6,6 @@ vim.g.rustaceanvim = { | |||
6 | }, | 6 | }, |
7 | -- LSP configuration | 7 | -- LSP configuration |
8 | server = { | 8 | server = { |
9 | -- cmd = { vim.g.rust_analyzer_path }, | ||
10 | on_attach = function(client, bufnr) | 9 | on_attach = function(client, bufnr) |
11 | on_attach(client, bufnr) | 10 | on_attach(client, bufnr) |
12 | 11 | ||
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix index 19ee25c..a8bdcbb 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix | |||
@@ -118,8 +118,6 @@ in { | |||
118 | ]; | 118 | ]; |
119 | 119 | ||
120 | variables = { | 120 | variables = { |
121 | rust_analyzer_path = "${rust-analyzer-unwrapped}/bin/rust-analyzer"; | ||
122 | luals_base_path = "${lua-language-server}"; | ||
123 | clangd_path = "${clang-tools}/bin/clangd"; | 121 | clangd_path = "${clang-tools}/bin/clangd"; |
124 | }; | 122 | }; |
125 | 123 | ||