Yet another .vimrc
on GitHub. Powered by vim-plug.
Appearance
Git
Other Tools
Colorscheme Development (Disabled By Default)
- Molokai Color Scheme
- vim-airline
- lightline.vim
- Xterm Color Table
- Colorizer
- vim-HiLinkTrace
- Vim's colorscheme incubator
General Use
\sc
— Toggles Vim's spellchecking\pm
— Toggles Vim's paste mode\uh
— Un-highlights searches^k
— Previous warning/error in ALE^j
— Next warning/error in ALE
Colorscheme Development (Disabled By Default)
\hg
— Shows all highlight groups\gn
— Shows essential highlight groups\hit
— Runs Vim's built-in highlighting test
Having the latest version of Vim is recommended to ensure that everything works.
- On macOS, install the latest version with Homebrew using
brew install vim
. - On Linux, getting the latest version will vary between distributions.
Backup your .vim
folder and .vimrc
file. (I am not responsible for any data loss.)
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
git clone https://github.com/josuegaleas/jvim.git ~/.vim/jvim
ln -s ~/.vim/jvim/.vimrc ~/.vimrc
ln -s ~/.vim/jvim/.jline.vim ~/.jline.vim
vim +PlugInstall +qall
- Mir Nazim's setup
- Doug Black's recommendations
- Luciano Fiandesio's setup
- Kade Killary's tutorial