Skip to content

Commit

Permalink
docs: re-order default providers to match default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Nov 21, 2024
1 parent 8d234ff commit 4134c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
-- elsewhere in your config, without redefining it, via `opts_extend`
sources = {
completion = {
enabled_providers = { 'snippets', 'lsp', 'buffer', 'path' },
enabled_providers = { 'lsp', 'path', 'snippets', 'buffer' },
},
},

Expand Down

0 comments on commit 4134c23

Please sign in to comment.