From 4134c23566c01d02c6f0d11798121688e360182e Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Wed, 20 Nov 2024 21:43:00 -0500 Subject: [PATCH] docs: re-order default providers to match default config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6472d4d5..3d719209 100644 --- a/README.md +++ b/README.md @@ -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' }, }, },