mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 07:49:49 +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 = {
|
||||
sources = {
|
||||
default = mkDefault (attrNames autocompleteCfg.nvim-cmp.sources);
|
||||
default = ["lsp" "path" "snippets" "buffer"] ++ (attrNames autocompleteCfg.nvim-cmp.sources);
|
||||
providers =
|
||||
mapAttrs (name: _: {
|
||||
inherit name;
|
||||
|
|
Loading…
Reference in a new issue