From 26f492b08557047a080a25b8d93f028337fc96e4 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Fri, 13 Dec 2024 13:35:10 -0500 Subject: [PATCH] docs: recommended treesitter highlight configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d38b2b9d..a0b83907 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,8 @@ MiniDeps.add({ gap = 1, -- Use treesitter to highlight the label text of completions from these sources treesitter = {}, + -- Recommended to enable it just for the LSP source + -- treesitter = { 'lsp' } -- Components to render, grouped by column columns = { { 'kind_icon' }, { 'label', 'label_description', gap = 1 } },