nixvim: Install noice
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
b299bb4696
commit
0bc9f25a7d
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
colorizer.enable = true;
|
colorizer.enable = true;
|
||||||
};
|
};
|
||||||
|
plugins.noice= {
|
||||||
|
enable = true;
|
||||||
|
settings.presets = {
|
||||||
|
command_palette = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.nixvim.extraPlugins = [
|
programs.nixvim.extraPlugins = [
|
||||||
pkgs.vimPlugins.legendary-nvim
|
pkgs.vimPlugins.legendary-nvim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue