The fallowing error is returned by the statusline and the fuzzy search seems to be broken:
Error detected while processing function SpaceVim#layers#core#statusline#denite_mode:
line 2:
E117: Unknown function: denite#get_status_mode
Press ENTER or type command to continue
I tried to use mode() instead but it seems that also get_status_sources to not be available anymore:
E117: Unknown function: denite#get_status_sources
E15: Invalid expression: denite#get_status_sources()
I think the statusline.vim needs some update to be compatible with latest version of denite.
Spacevim version : 1.2.0-dev
NVIM v0.3.5
Build type: Release
Please press SPC h I, debug info will be put into clipboard, then paste all content below.
If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal.
It is known bug, because only denite 2.1 is supported in spacevim now.
Is it possible to define the version in the init.toml e.g. in the denite layer? Thanks
[options]
disabled_plugins = ["denite.nvim"]
[[custom_plugins]]
name = "SpaceVim/denite.nvim"
merged = false
loadconf = true
Thanks! It seems to work.
welcome锛宎nd this bug will be fixed after #2826 is merged.
I had to manually delete Shougo's repo from ~/.cache/vimfiles/repos/github.com/Shougo/denite.nvim
now the SpaceVim/denite.nvim plugin loads but the original config does not work. for example key bindings in [SPC] p f don't work as expected..
merged in #3058
Most helpful comment