Deoplete.nvim: [Request] Support for pum for command line in NeoVim

Created on 17 Mar 2019  路  6Comments  路  Source: Shougo/deoplete.nvim

patch for pum support in wildoptions is merged into neovim master branch yesterday by @bfredl.
It will be nice if deoplete support is extended to command mode.

enhancement

Most helpful comment

https://github.com/Shougo/deoplete.nvim/pull/952

I have created the PR for it.

All 6 comments

Hm... It is possible?
I will test it later.

Hm... I think more options are needed to support.

completeopt: noinsert, noselect feature is needed for command line.

And get current command line completion mode API is needed.
Because, if the completion mode is empty, it should be disabled.

https://github.com/Shougo/deoplete.nvim/pull/952

I have created the PR for it.

feedkeys() does not call cmdline popup menu.
I don't know why.

Please use wilder instead.
https://github.com/gelguy/wilder.nvim

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafi picture rafi  路  4Comments

marcus picture marcus  路  6Comments

monicao picture monicao  路  3Comments

letharion picture letharion  路  5Comments

westlywright picture westlywright  路  6Comments