nixvim plugins

install all currently wanted plugins
This commit is contained in:
2026-04-13 18:09:16 +02:00
parent d7b58e2216
commit 761067ca6e
82 changed files with 1201 additions and 1468 deletions

View File

@@ -3,8 +3,6 @@
{
programs.nixvim.plugins.yuck = {
enable = true;
lazyLoad.settings.filetypes = [
"yuck"
];
lazyLoad.settings.filetypes = [ "yuck" ];
};
}