I use multiple filetype markdown.vim-edit for some ad-hot editing, I can set deoplete sources for markdown, or for vim-edit, but sources for markdown.vim-edit defaults to what is set for _.
Expected
muti filetype buffers should have sources inherited from every types
Environment Information
deoplete version (SHA1): aa32bd
OS: macOS Big Sur
neovim/Vim :version output:
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 19 2020 21:23:05)
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Start with the above configuration. Open a markdown file, buffer and dictionary completion should be both there. set ft=markdown.vim-edit, and dictionary completion will be gone.
add 'markdown.vim-edit': ['buffer', 'dictionary'] to configuration, and reopen the file, dictionary completion will be available.
Problems summary
I use multiple filetype
markdown.vim-edit
for some ad-hot editing, I can set deoplete sources formarkdown
, or forvim-edit
, but sources formarkdown.vim-edit
defaults to what is set for_
.Expected
muti filetype buffers should have sources inherited from every types
Environment Information
deoplete version (SHA1): aa32bd
OS: macOS Big Sur
neovim/Vim
:version
output:VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 19 2020 21:23:05)
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Start with the above configuration. Open a markdown file, buffer and dictionary completion should be both there.
set ft=markdown.vim-edit
, and dictionary completion will be gone.add
'markdown.vim-edit': ['buffer', 'dictionary']
to configuration, and reopen the file, dictionary completion will be available.