Enable more mini.nvim plugins.
This commit is contained in:
parent
bea85b59c5
commit
fd1df7a202
1 changed files with 7 additions and 3 deletions
|
@ -94,9 +94,8 @@
|
|||
diff.enable = true;
|
||||
files.enable = true;
|
||||
git.enable = true;
|
||||
statusline.enable = true;
|
||||
notify.enable = true;
|
||||
indentscope.enable = true;
|
||||
sessions.enable = true;
|
||||
visits.enable = true;
|
||||
hipatterns = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
|
@ -105,6 +104,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
icons.enable = true;
|
||||
indentscope.enable = true;
|
||||
notify.enable = true;
|
||||
starter.enable = true;
|
||||
statusline.enable = true;
|
||||
};
|
||||
|
||||
# Use telescope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue