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.
- Host: GitHub
- URL: https://github.com/glentner/neovim-bundle
- Owner: glentner
- Created: 2017-05-11T14:03:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:30:04.000Z (about 9 years ago)
- Last Synced: 2025-01-04T04:22:32.206Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.