Enable Treesitter highlights

This commit is contained in:
Oliver Davies 2025-07-12 16:33:20 +01:00
parent d10157725f
commit 19dbcc89f4

View file

@ -39,6 +39,8 @@
xml
yaml
];
settings.highlight.enable = true;
};
treesitter-textobjects.enable = true;