pkg(nixvim): Refactor tree-sitter module
This commit is contained in:
parent
dbb0d61937
commit
44cbe023d0
1 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{...}: {
|
||||
plugins = {
|
||||
youthlic.plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
# folding = true;
|
||||
|
|
@ -12,8 +12,5 @@
|
|||
indent.enable = true;
|
||||
};
|
||||
};
|
||||
which-key = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue