feat(blink): enabled treesitter highlighting

This commit is contained in:
Folke Lemaitre
2024-12-02 19:43:06 +01:00
parent fefcda5431
commit 0a9447c1b1

View File

@ -45,6 +45,7 @@ return {
completion = {
menu = {
winblend = vim.o.pumblend,
draw = { treesitter = true },
},
documentation = {
auto_show = true,