neovim: Lazy load some plugins

This commit is contained in:
Quentin Boyer 2024-12-15 21:02:49 +01:00
parent 162e3423b7
commit 4f7b1e9435
2 changed files with 5 additions and 0 deletions

View file

@ -47,6 +47,8 @@
};
};
plugins.lz-n.enable = true;
autoGroups.BigFileOptimizer = { };
autoCmd = [
{
@ -339,6 +341,7 @@
plugins.trouble = {
enable = true;
lazyLoad.settings.cmd = "Trouble";
};
plugins.noice = {

View file

@ -33,6 +33,8 @@
plugins.markview = {
enable = true;
lazyLoad.settings.ft = "markdown";
};
plugins.image = {