feat(blink): enabled treesitter highlighting

This commit is contained in:
Folke Lemaitre 2024-12-02 19:43:06 +01:00
parent fefcda5431
commit 0a9447c1b1
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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