This commit is contained in:
joygnu 2024-07-09 13:31:22 +02:00
parent db5b817a12
commit b2a916c962

View file

@ -12,7 +12,11 @@
plugins = { plugins = {
treesitter = { treesitter = {
enable = true; enable = true;
indent = true; settings = {
indent = {
enable = true;
};
};
nixvimInjections = true; nixvimInjections = true;
}; };
lualine.enable = true; lualine.enable = true;
@ -32,7 +36,6 @@
cmdheight = 0; cmdheight = 0;
wrap = true; wrap = true;
termguicolors = true; termguicolors = true;
# showmode = false;
}; };
}; };
} }