Skip to content

Commit

Permalink
docs: recommended treesitter highlight configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 13, 2024
1 parent 03a80f8 commit 26f492b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 } },
Expand Down

0 comments on commit 26f492b

Please sign in to comment.