You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use this plugin with noice.vim, noice's completion window and this plugin window are not displayed well.
minimal init.vim/vimrc without plugin managers and other settings
here is minimum configuration.
set rtp+=path/to/folke/noice.nvim
set rtp+=path/to/MunifTanjim/nui.nvim
set rtp+=path/to/Shougo/ddc.vim
set rtp+=path/to/Shougo/ddc-ui-native
set rtp+=path/to/hrsh7th/vim-vsnip
set rtp+=path/to/hrsh7th/vim-vsnip-integ
set rtp+=path/to/matsui54/denops-popup-preview.vim
set rtp+=path/to/vim-denops/denops.vim
let s:ddc_config_json =<< trim MARK
{
"ui": "native",
"sources": ["vsnip"]
}
MARK
let s:ddc_config_json = s:ddc_config_json->join('')->json_decode()
call ddc#custom#patch_global(s:ddc_config_json)
call ddc#enable()
call popup_preview#enable()
lua << EOF
require('noice').setup {}
EOF
Problems summary
when I use this plugin with noice.vim, noice's completion window and this plugin window are not displayed well.
minimal init.vim/vimrc without plugin managers and other settings
here is minimum configuration.
and ~/.vsnip/global.json
Screenshot (if possible)
The text was updated successfully, but these errors were encountered: