feat: replace nvim-autopairs, oil.nvim, indent-blankline with mini equivalents
This commit is contained in:
parent
5fe755637f
commit
4d46c4bcbe
3 changed files with 6 additions and 10 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{...}: {
|
||||
vim = {
|
||||
visuals.indent-blankline.enable = true;
|
||||
|
||||
mini = {
|
||||
icons.enable = true;
|
||||
surround.enable = true;
|
||||
indentscope.enable = true;
|
||||
files.enable = true;
|
||||
};
|
||||
|
||||
luaConfigRC.mini-icons-mock = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue