Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.14 KB

README.EN.md

File metadata and controls

30 lines (25 loc) · 1.14 KB

中文README

General

  • This is a simple fork for configuring neovim. As least by now it is simple.

Things about Configuration

  • 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

Thanks

  • 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.

FAQ

If you have any question, make it an issue please, or email me. Pull request is welcome and thankful.

License

Use it as your own risk.