diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-08 22:29:05 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-08 22:29:05 +0200 |
| commit | b1374408d4c9abc3ea1f9d8bc7f53b9afdefc1e7 (patch) | |
| tree | 842cc19eec93c088431000d9f2f8334dbe00fd6c /common/home/programs | |
| parent | 7e98534ccdef41965b3f9430759c2f25f3904143 (diff) | |
nixvim.lsp: rename rust-analyzer to rust_analyzer
Diffstat (limited to 'common/home/programs')
| -rw-r--r-- | common/home/programs/nixvim/plugins/lsp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/programs/nixvim/plugins/lsp.nix b/common/home/programs/nixvim/plugins/lsp.nix index b52520d..47e229f 100644 --- a/common/home/programs/nixvim/plugins/lsp.nix +++ b/common/home/programs/nixvim/plugins/lsp.nix @@ -15,7 +15,7 @@ settings.formatting.command = [ "nixfmt" ]; }; - rust-analyzer = { + rust_analyzer = { enable = true; installCargo = true; installRustc = true; |