add treesitter highlights

This commit is contained in:
MFlossmann 2024-09-07 11:47:33 +02:00 committed by prunebutt
parent 4403ce1dc8
commit 1725495890

View file

@ -21,6 +21,7 @@
settings.incremental_selection = { settings.incremental_selection = {
enable = true; enable = true;
keymaps = lib.mkForce { }; keymaps = lib.mkForce { };
highlight.enable = true;
}; };
}; };