mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00: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
Reference in a new issue