This is a distribution of nvim plugins for linux
# ./install.sh
Run :PlugInstall
to install plugins, or UpdateRemotePlugins
to update plugins.
See :help deoplete-options
for a complete list of options.
# pip3 install pynvim
- Rust
# rustup toolchain add nightly // maybe
# rustup component add rust-src
- Golang
# go get github.com/nsf/gocode
- Python
# pip3 install jedi
- C/C++
clang
command