OK: Latest "neovim" npm/yarn package is installed: 4.10.0
## Provide a minimal init.vim with less than 50 lines (Required!)
```vim
set runtimepath+=~/.local/share/dein/repos/github.com/Shougo/denite.nvim
let s:denite_options = {
\ 'split': 'floating',
\ }
call denite#custom#option('default', s:denite_options)
colorscheme desert "default setting
filetype plugin indent on
syntax on
How to reproduce problems from neovim startup (Required!)
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
:Denite
command with floating window fails with below error message.Expected
run denite.
Environment Information (Required!)
denite version (SHA1): 551d9b8b503edcddb73d639a53279678c14a6515
OS: Mac 10.15.7
Vim/neovim version:
Features: +acl +iconv +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/Cellar/neovim/0.4.4_2/share/nvim"
Run :checkhealth for more info
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
g:python_host_prog
is not set. Searching for python2 in the environment.Python 3 provider (optional)
Node.js provider (optional)
How to reproduce problems from neovim startup (Required!)
:Denite file
Screenshot (if possible)
Upload the log file
log_py3_rplugin.txt