1
0
Fork 0

nvim: use treesitter highlighting in blink.cmp menu

This commit is contained in:
Daniel Kempkens 2024-12-27 20:36:17 +01:00
parent 6725afb4b8
commit ebe0e2289e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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}}