Add basic neovim config
[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
This page took 0.023471 seconds and 4 git commands to generate.