Shougo / deoplete.nvim

:stars: Dark powered asynchronous completion framework for neovim/Vim8
Other
5.94k stars 295 forks source link

Additional Question: Installing deoplete on Native Vim8(#990) #992

Closed y-vectorfield closed 5 years ago

y-vectorfield commented 5 years ago

I would like to install deoplete on Vim8. How to write codes in .vimrc? I don't install neovim. I would like to know how to install it without installing neovim.

Shougo commented 5 years ago

It should be asked in other places. This is not QA site for you.

I would like to install deoplete on Vim8. How to write codes in .vimrc? I don't install neovim. I would like to know how to install it without installing neovim.

You don't want to use plugin manager. It is OK. But if so, you need to study Vim's :packadd behavior.

y-vectorfield commented 5 years ago

@Shougo Thank you very much for your comment. OK. I try to study Vim's :packadd.