fix(nvim): Configure rustaceanvim through nixvim

This commit is contained in:
Jalil David Salamé Messina 2024-03-02 22:26:01 +01:00
parent f0f2241438
commit 0fefc3bdba
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,6 @@ in
extraPlugins =
(with pkgs.vimExtraPlugins; [
dressing-nvim
rustaceanvim
idris2-nvim
nui-nvim
])

View file

@ -134,6 +134,7 @@
mode = "virtualtext";
};
};
rustaceannvim.enable = true;
telescope.enable = true;
treesitter = {
enable = true;