mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 10:19:48 +01:00
blink: re-add default sources to cmp ones
This commit is contained in:
parent
03359ac3c6
commit
cb739be3fc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
||||||
|
|
||||||
blink-cmp.setupOpts = {
|
blink-cmp.setupOpts = {
|
||||||
sources = {
|
sources = {
|
||||||
default = mkDefault (attrNames autocompleteCfg.nvim-cmp.sources);
|
default = ["lsp" "path" "snippets" "buffer"] ++ (attrNames autocompleteCfg.nvim-cmp.sources);
|
||||||
providers =
|
providers =
|
||||||
mapAttrs (name: _: {
|
mapAttrs (name: _: {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
Loading…
Reference in a new issue