fix(nvim): Configure rustaceanvim through nixvim
This commit is contained in:
parent
f0f2241438
commit
0fefc3bdba
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ in
|
||||||
extraPlugins =
|
extraPlugins =
|
||||||
(with pkgs.vimExtraPlugins; [
|
(with pkgs.vimExtraPlugins; [
|
||||||
dressing-nvim
|
dressing-nvim
|
||||||
rustaceanvim
|
|
||||||
idris2-nvim
|
idris2-nvim
|
||||||
nui-nvim
|
nui-nvim
|
||||||
])
|
])
|
||||||
|
|
|
@ -134,6 +134,7 @@
|
||||||
mode = "virtualtext";
|
mode = "virtualtext";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
rustaceannvim.enable = true;
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue