make treesitter nicer
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
443ea96d1f
commit
f9837b7cab
1 changed files with 5 additions and 1 deletions
|
@ -171,7 +171,11 @@
|
|||
plugins.treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
settings.indent.enable = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
auto_install = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
};
|
||||
plugins.fzf-lua = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue