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 = {
|
statusline = {
|
||||||
lualine = {
|
lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -174,7 +178,6 @@
|
||||||
|
|
||||||
utility = {
|
utility = {
|
||||||
vim-wakatime.enable = true;
|
vim-wakatime.enable = true;
|
||||||
surround.enable = true;
|
|
||||||
motion.leap = {
|
motion.leap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue