mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
neovim: Lazy load some plugins
This commit is contained in:
parent
162e3423b7
commit
4f7b1e9435
2 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
plugins.markview = {
|
||||
enable = true;
|
||||
|
||||
lazyLoad.settings.ft = "markdown";
|
||||
};
|
||||
|
||||
plugins.image = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue