refactor: biggest cleanup of my life
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.nixvim.plugins.nvim-autopairs = {
|
||||
enable = true;
|
||||
lazyLoad = {
|
||||
enable = true;
|
||||
settings.event = "InsertEnter";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user