Use vim-plug as plugin manager
(Supported Ubuntu/Centos/Mac OS)
git clone https://github.com/githubmota/vim.git
cd ./vim; ./install.shPS: If the target machine has no available network, you can just copy _vimrc_base file to your user path, not forget rename it to _vimrc, this file remove all the plugins should be downloaded, but you still need vim had been installed in the target machine.
- 2017/05/23: Add markdown-preview.vim support.
F2key to open the directory files browser.F3key to openSource Insight.F6key to optimize the code format.F7key to open markdown preview window andF9key to close. (Make sureg:mkdp_path_to_chromein_vimrcfile set to the browser exists.)F9key to compile/link/run the source code.- More need to look into the
_vimrcfile.
