Enable TreeSitter indentation
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-10 14:57:20 +00:00
parent 0c40dc6cff
commit b42daccb99

View file

@ -42,7 +42,10 @@
yaml
];
settings.highlight.enable = true;
settings = {
highlight.enable = true;
indent.enable = true;
};
};
treesitter-textobjects.enable = true;