diff options
Diffstat (limited to 'users/kassouni/neovim.nix')
| -rw-r--r-- | users/kassouni/neovim.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/kassouni/neovim.nix b/users/kassouni/neovim.nix index ccdc9ca..ec90023 100644 --- a/users/kassouni/neovim.nix +++ b/users/kassouni/neovim.nix @@ -37,6 +37,10 @@ package = null; }; nixd.enable = true; + rust_analyzer = { + enable = true; + package = null; + }; }; }; |
