Replaced plugins with mini
This commit is contained in:
parent
99cfc8d1e2
commit
3b854f82a8
14 changed files with 50 additions and 83 deletions
49
config/mini.nix
Normal file
49
config/mini.nix
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
plugins = {
|
||||
mini = {
|
||||
enable = true;
|
||||
modules = {
|
||||
ai = { };
|
||||
align = { };
|
||||
comment = { };
|
||||
completion = { };
|
||||
move = { };
|
||||
operators = { };
|
||||
pairs = { };
|
||||
snippets = { };
|
||||
splitjoin = { };
|
||||
surround = { };
|
||||
basics = { };
|
||||
bracketed = { };
|
||||
bufremove = { };
|
||||
clue = { };
|
||||
deps = { };
|
||||
diff = { };
|
||||
extra = { };
|
||||
files = { };
|
||||
git = { };
|
||||
jump = { };
|
||||
jump2d = { };
|
||||
misc = { };
|
||||
pick = { };
|
||||
sessions = { };
|
||||
visits = { };
|
||||
animate = { };
|
||||
colors = { };
|
||||
cursorword = { };
|
||||
hipatterns = { };
|
||||
icons = { };
|
||||
indentscope = { };
|
||||
map = { };
|
||||
notify = { };
|
||||
starter = { };
|
||||
statusline = { };
|
||||
tabline = { };
|
||||
trailspace = { };
|
||||
doc = { };
|
||||
fuzzy = { };
|
||||
test = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue