modified Menixvim

This commit is contained in:
megit 2024-03-28 04:31:41 +08:00
parent 82c8025b4e
commit aba3be9b85
9 changed files with 190 additions and 7 deletions

View file

@ -2,6 +2,10 @@
plugins = {
indent-blankline = {
enable = true;
settings.indent = {
char = "";
tab_char = "";
};
};
};
}