Alias vim to nvim
[khome.git] / home / .config / nvim / init.vim
CommitLineData
3dab95b2
SK
1set nu
2set t_Co=256
3syntax enable
4set background=dark
5colorscheme zenburn
6let &colorcolumn=join(range(80,80),",")
7match ErrorMsg '\s\+$' " Trailing whitespace
698b3e69 8set termguicolors
This page took 0.059014 seconds and 4 git commands to generate.