revert "Merge pull request #884 from horriblename/cmp-sources-normal-prio"

Reverts commit d3c7f7125c, reversing
changes made to f07468e13a.
This commit is contained in:
raf 2025-05-06 20:58:31 +03:00
commit 99f1200c8d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 2 additions and 11 deletions

View file

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

View file

@ -98,15 +98,11 @@ in {
sources = mkOption { sources = mkOption {
type = attrsOf (nullOr str); type = attrsOf (nullOr str);
defaultText = literalMD '' default = {
These sources are included by default:
```nix
nvim-cmp = null; nvim-cmp = null;
buffer = "[Buffer]"; buffer = "[Buffer]";
path = "[Path]"; path = "[Path]";
``` };
'';
example = { example = {
nvim-cmp = null; nvim-cmp = null;
buffer = "[Buffer]"; buffer = "[Buffer]";