mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(blink): draw.treesitter expects table
This commit is contained in:
parent
4488cb24f7
commit
c2858989a7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ return {
|
|||
},
|
||||
menu = {
|
||||
draw = {
|
||||
treesitter = true,
|
||||
treesitter = { "lsp" },
|
||||
},
|
||||
},
|
||||
documentation = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue