An open API service indexing awesome lists of open source software.

https://github.com/glentner/neovim-bundle

Meta repository with submodules for each vim plugin I'm currently using.
https://github.com/glentner/neovim-bundle

Last synced: 4 months ago
JSON representation

Meta repository with submodules for each vim plugin I'm currently using.

Awesome Lists containing this project

README

          

# Neovim-bundle
Meta repository with submodules for each vim plugin I'm currently using.

Basically,

```sh
git clone https://github.com/glentner/Neovim-bundle ~/.vim/bundle
cd ~/.vim/bundle
git submodule update --init --recursive
```

Youcompleteme needs to be compiled, `cd ~/.vim/bundle/youcompleteme && ./install.py --clang-completer`.