From 96e279abdfeebb8faff20ccf61b4634a45f5379f Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Thu, 19 Dec 2024 09:03:08 -0500 Subject: [PATCH] docs: clarify `opts_extend` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc9d29c6..d5f84723 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ }, -- default list of enabled providers defined so that you can extend it - -- elsewhere in your config, without redefining it, via `opts_extend` + -- elsewhere in your config, without redefining it, due to `opts_extend` sources = { default = { 'lsp', 'path', 'snippets', 'buffer' }, -- optionally disable cmdline completions