update
This commit is contained in:
parent
eb6320bd0b
commit
eaecf7c5a8
|
@ -12,13 +12,17 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
indent = true;
|
settings = {
|
||||||
|
indent = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
nixvimInjections = true;
|
nixvimInjections = true;
|
||||||
};
|
};
|
||||||
lualine.enable = true;
|
lualine.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
tabstop = 2;
|
tabstop = 2;
|
||||||
softtabstop = 2;
|
softtabstop = 2;
|
||||||
|
@ -32,7 +36,6 @@
|
||||||
cmdheight = 0;
|
cmdheight = 0;
|
||||||
wrap = true;
|
wrap = true;
|
||||||
termguicolors = true;
|
termguicolors = true;
|
||||||
# showmode = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue