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

View file

@ -12,13 +12,17 @@
plugins = {
treesitter = {
enable = true;
indent = true;
settings = {
indent = {
enable = true;
};
};
nixvimInjections = true;
};
lualine.enable = true;
};
opts = {
opts = {
number = true;
tabstop = 2;
softtabstop = 2;
@ -32,7 +36,6 @@
cmdheight = 0;
wrap = true;
termguicolors = true;
# showmode = false;
};
};
}