Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/nvim_config
https://github.com/pmalek/nvim_config
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmalek/nvim_config
- Owner: pmalek
- License: mit
- Created: 2016-07-13T18:39:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T09:19:14.000Z (over 6 years ago)
- Last Synced: 2024-10-29T10:52:20.363Z (about 2 months ago)
- Language: Vim script
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim_config
## Install
To install call this:
```
git clone https://github.com/pmalek/nvim_config.git ~/.config/nvim && \
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && \
nvim +PlugInstall +qall
```