mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
revert "Merge pull request #884 from horriblename/cmp-sources-normal-prio"
Reverts commitd3c7f7125c
, reversing changes made tof07468e13a
.
This commit is contained in:
parent
d3c7f7125c
commit
99f1200c8d
2 changed files with 2 additions and 11 deletions
|
@ -60,11 +60,6 @@ in {
|
|||
enableSharedCmpSources = true;
|
||||
|
||||
nvim-cmp = {
|
||||
sources = {
|
||||
nvim-cmp = null;
|
||||
buffer = "[Buffer]";
|
||||
path = "[Path]";
|
||||
};
|
||||
sourcePlugins = ["cmp-buffer" "cmp-path"];
|
||||
|
||||
setupOpts = {
|
||||
|
|
|
@ -98,15 +98,11 @@ in {
|
|||
|
||||
sources = mkOption {
|
||||
type = attrsOf (nullOr str);
|
||||
defaultText = literalMD ''
|
||||
These sources are included by default:
|
||||
|
||||
```nix
|
||||
default = {
|
||||
nvim-cmp = null;
|
||||
buffer = "[Buffer]";
|
||||
path = "[Path]";
|
||||
```
|
||||
'';
|
||||
};
|
||||
example = {
|
||||
nvim-cmp = null;
|
||||
buffer = "[Buffer]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue