From ebe0e2289eb12b2ab05112dc188d075f33c01faf Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 27 Dec 2024 20:36:17 +0100 Subject: [PATCH] nvim: use treesitter highlighting in blink.cmp menu --- home/config/nvim/plugins/blink-cmp.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/config/nvim/plugins/blink-cmp.fnl b/home/config/nvim/plugins/blink-cmp.fnl index 620ea8b..d851498 100644 --- a/home/config/nvim/plugins/blink-cmp.fnl +++ b/home/config/nvim/plugins/blink-cmp.fnl @@ -31,7 +31,9 @@ : [:scroll_documentation_down :fallback] : [: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}}