completion/nvim-cmp: document default sources; allow override

This commit is contained in:
raf 2025-03-18 14:53:49 +03:00
commit f4eb8efaf6
2 changed files with 9 additions and 13 deletions

View file

@ -60,12 +60,6 @@ in {
enableSharedCmpSources = true;
nvim-cmp = {
sources = {
nvim-cmp = null;
buffer = "[Buffer]";
path = "[Path]";
};
sourcePlugins = ["cmp-buffer" "cmp-path"];
setupOpts = {