Don't want to spend too much effort on the editor recently, so find a good solution.
You can use it very happily without understanding the vim configuration.
1, download and install Janus (Https://github.com/carlhuda/janus)
Installation is simple and if the installation is unsuccessful, you may need to install rake
Curl-lo-https://bit.ly/janus-bootstrap | bash
2, set the color scheme
Create a new. vimrc.after file under the user root, fill in
Color Darkburn
Create a new colors folder under the. Vim folder
Put the color theme inside to feel it.
Darkburn's color theme can be downloaded here: http://www.vim.org/scripts/script.php?script_id=2648
The rest of the search is on the line.
3, change the display color number and leader
Create a new. vimrc.before file under the user root and fill in the following
Let Mapleader= ', ' Set t_co=256
In this way, you can use the +CC to quickly add comments to the line
-------------------
Want to know more to see Https://github.com/carlhuda/janus's instructions?
Simple VIM Configuration Solution Janus (1)