From d26148f417e32b1125e153b72e7e7f193cf4967c Mon Sep 17 00:00:00 2001 From: SebastienWae <55792872+SebastienWae@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:09 +0200 Subject: [PATCH] clarify setup.buffer (#392) Clarify the fact that setup.buffer overwrite the global sources. related to hrsh7th/nvim-cmp/issues#390 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb167d1..a5e130b 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ the *sorting.priority_weight* options below. It is possible to setup different source lists for different filetypes, this is an example using the `FileType` autocommand to setup different sources for the -lua filetype. +lua filetype. This will overwrite your global sources for the buffer. ```viml " Setup buffer configuration (nvim-lua source only enables in Lua filetype).