diff options
| author | 2025-03-30 13:58:24 +0300 | |
|---|---|---|
| committer | 2025-03-30 13:58:24 +0300 | |
| commit | 3c661562f42ad87e1aefaad163c2df6d14ab5a32 (patch) | |
| tree | eeea535b82f223b37f15a4bb18a9f531204f621e /flake.nix | |
| parent | feat: use `conform.nvim` for `formatexpr()` (diff) | |
| download | neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.tar.gz neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.tar.bz2 neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.tar.lz neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.tar.xz neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.tar.zst neovim-configuration-3c661562f42ad87e1aefaad163c2df6d14ab5a32.zip | |
feat: add `rust-analyzer` as Rust LSP
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -129,11 +129,19 @@ lua-language-server stylua ]; + nix = [ nix-doc nixd nixfmt-rfc-style ]; + + rust = [ + # NOTE: required to find project root + # NOTE: for now unused, so commented out + # cargo + rust-analyzer + ]; }; }; |
