editors/neovim: add some mini.nvim plugins
This commit is contained in:
parent
98a319696f
commit
558c12a420
1 changed files with 5 additions and 2 deletions
|
@ -62,8 +62,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
notify.nvim-notify.enable = true;
|
||||
|
||||
mini = {
|
||||
comment.enable = true;
|
||||
notify.enable = true;
|
||||
surround.enable = true;
|
||||
};
|
||||
statusline = {
|
||||
lualine = {
|
||||
enable = true;
|
||||
|
@ -174,7 +178,6 @@
|
|||
|
||||
utility = {
|
||||
vim-wakatime.enable = true;
|
||||
surround.enable = true;
|
||||
motion.leap = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue