Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 580 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 580 Bytes

Nvimll is a configuration for nvim

This is a distribution of nvim plugins for linux

How to install

# ./install.sh

Run :PlugInstall to install plugins, or UpdateRemotePlugins to update plugins.

See :help deoplete-options for a complete list of options.

Requirements

# pip3 install pynvim

Language Requirements

  • 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