feat: replace nvim-autopairs, oil.nvim, indent-blankline with mini equivalents

This commit is contained in:
antoine 2026-04-18 10:52:46 +02:00
parent 5fe755637f
commit 4d46c4bcbe
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
3 changed files with 6 additions and 10 deletions

View file

@ -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 = ''