Modularize nixvim config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.nixvim.plugins.which-key = {
|
||||
enable = true;
|
||||
lazyLoad = {
|
||||
enable = true;
|
||||
settings.event = "VimEnter";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user