Enabled treesitter highlighting
This commit is contained in:
parent
438355fca2
commit
52c6661574
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter = { enable = true; };
|
treesitter = {
|
||||||
treesitter-context = { enable = true; };
|
enable = true;
|
||||||
|
settings = { highlight.enable = true; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue