mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(blink): enabled treesitter highlighting
This commit is contained in:
parent
fefcda5431
commit
0a9447c1b1
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ return {
|
|||
completion = {
|
||||
menu = {
|
||||
winblend = vim.o.pumblend,
|
||||
draw = { treesitter = true },
|
||||
},
|
||||
documentation = {
|
||||
auto_show = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue