Refactor
This commit is contained in:
parent
9b54b177af
commit
77bce04e39
27 changed files with 2 additions and 2 deletions
15
modules/home-manager/coding/neovim/config/plugins/mini.nix
Normal file
15
modules/home-manager/coding/neovim/config/plugins/mini.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
|
||||
modules = {
|
||||
ai = {};
|
||||
align = {};
|
||||
bracketed = {};
|
||||
move = {};
|
||||
operators = {};
|
||||
splitjoin = {};
|
||||
surround = {};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue