Spacevim: Denite seems to be broken after updating to latest master

Created on 11 Jun 2019  路  7Comments  路  Source: SpaceVim/SpaceVim

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.

Expected behavior, english is required

The reproduce ways from Vim starting (Required!)

Spacevim version : 1.2.0-dev
NVIM v0.3.5
Build type: Release

Debug info

Please press SPC h I, debug info will be put into clipboard, then paste all content below.

Screenshots

If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal.

bug bug-upstream

Most helpful comment

[options]
      disabled_plugins = ["denite.nvim"]

[[custom_plugins]]
    name = "SpaceVim/denite.nvim"
    merged = false
    loadconf = true

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wsdjeg picture wsdjeg  路  4Comments

eperfect picture eperfect  路  4Comments

s97712 picture s97712  路  4Comments

Lobosque picture Lobosque  路  3Comments

teemola picture teemola  路  5Comments