https://github.com/jmkoni/nvim
Configuration files for NeoVim
https://github.com/jmkoni/nvim
neovim neovim-conf neovim-configuration neovim-dotfiles
Last synced: about 14 hours ago
JSON representation
Configuration files for NeoVim
- Host: GitHub
- URL: https://github.com/jmkoni/nvim
- Owner: jmkoni
- Created: 2017-12-14T12:27:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T19:00:15.000Z (over 7 years ago)
- Last Synced: 2025-10-12T04:14:43.572Z (about 14 hours ago)
- Topics: neovim, neovim-conf, neovim-configuration, neovim-dotfiles
- Language: Vim script
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim
## Installation and Upgrades
Install:
git clone git://github.com/jmkoni/nvim.git ~/.config/nvim
nvim +PlugInstall +qallUpdate:
nvim +PlugUpgrade +PlugUpdate +PlugClean +qall
*NOTE:* neovim sometimes freezes when updating like this. In that case please run neovim and then manually run the three commands listed above.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request: (ideally to the devel branch)## Attribution
I got some suggestions for plugins and settings from Aditya Shevade's [Guide to Neovim](http://nerditya.com/code/guide-to-neovim/)