nixvim: Install noice

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-02-25 12:41:13 +02:00
parent b299bb4696
commit 0bc9f25a7d
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -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