Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
0c40dc6cff
commit
b42daccb99
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@
|
||||||
yaml
|
yaml
|
||||||
];
|
];
|
||||||
|
|
||||||
settings.highlight.enable = true;
|
settings = {
|
||||||
|
highlight.enable = true;
|
||||||
|
indent.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
treesitter-textobjects.enable = true;
|
treesitter-textobjects.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue