nvim: use treesitter highlighting in blink.cmp menu
This commit is contained in:
parent
6725afb4b8
commit
ebe0e2289e
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
:<C-f> [:scroll_documentation_down :fallback]
|
||||
:<C-e> [:hide :fallback]}
|
||||
:completion {:list {:selection :manual}
|
||||
:menu {:min_width 20 :max_height 25}
|
||||
:menu {:min_width 20
|
||||
:max_height 25
|
||||
:draw {:treesitter [:lsp]}}
|
||||
:documentation {:auto_show true
|
||||
:window {:border :rounded}}
|
||||
:ghost_text {:enabled false}}
|
||||
|
|
Loading…
Reference in a new issue