update
This commit is contained in:
parent
db5b817a12
commit
b2a916c962
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue