- This is a simple fork for configuring neovim. As least by now it is simple.
- nvimrc -- the main configuration file. includes the initialization of Vundle and sources other configuration files.
- rcfiles/bundles.vim includes all the plugins needed to be installed and how the plugins install.
- rcfiles/settings.vim includes the configuration for the plugins installed.
- rcfiles/base.vim includes the configuration for neovim itself, not specified for the plugins.
- tmp/swap
- tmp/undo
- tmp/backup
- tmp/view
- the wonderful manager for plugins of vim -- Vundle.vim and its author.
- the author of
vim as ide
provides a very good process to make vim as an IDE. - the authors of the plugins installed and those men who are willing to help other people.
If you have any question, make it an issue please, or email me. Pull request is welcome and thankful.
Use it as your own risk.