dotfiles/tag-vim/vimrc

14 lines
275 B
VimL
Raw Normal View History

2015-07-06 18:17:43 +00:00
syntax on
colo slate
2019-09-10 11:16:32 +00:00
2019-09-04 20:51:09 +00:00
set relativenumber
2019-09-10 11:16:32 +00:00
set number relativenumber
2020-04-29 12:49:41 +00:00
au FileType gitcommit setlocal colorcolumn=50,72
au FileType gitcommit setlocal textwidth=72
au FileType gitcommit highlight ColorColumn ctermbg=8
set complete+=kspell
au FileType gitcommit setlocal spell