My personal vimrc for anyone wanting to try it.
Fork it for your own changes and clone it into something like $HOME/example/vimrc
. Then in your .vimrc
just add:
source $HOME/example/vimrc/init.vim
Since I use Vundle, the next time you open Vim (or run :source %
on the .vimrc
) you'll need to run :PluginInstall
to have the plugins set up.
This vimrc configures the guifont
as Fantasque Sans Mono.
- Syntastic
- NERDTree
- Configured with Ctrl+N to toggle
- NERDCommenter
- ALE
- Configured witt Prettier for Html, Js and Css
- Vim Solarized