feat(blink): enabled treesitter highlighting
This commit is contained in:
1 file changed
+1
@@ -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,
|
||||||
|
|||||||
Reference in new issue
Block a user