Skip to content

Commit

Permalink
docs: add default list of enabled providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Nov 21, 2024
1 parent c3f041a commit 8d234ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
-- adjusts spacing to ensure icons are aligned
nerd_font_variant = 'mono',

-- default list of enabled providers defined so that you can extend it
-- elsewhere in your config, without redefining it, via `opts_extend`
sources = {
completion = {
enabled_providers = { 'snippets', 'lsp', 'buffer', 'path' },
},
},

-- experimental auto-brackets support
-- accept = { auto_brackets = { enabled = true } }

Expand Down

0 comments on commit 8d234ff

Please sign in to comment.