Merge pull request #149 from genebean/vimrc

Update snipmate setting
This commit is contained in:
Gene Liverman 2021-11-15 09:09:49 -05:00 committed by GitHub
commit 2774579009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,8 @@ colorscheme solarized " use the solorized set of colors
highlight ColorColumn ctermbg=232 " set the color to be used for guidelines
let &colorcolumn=join(range(81,999),",") " change the background color of everything beyond 80 characters
let g:snipMate = { 'snippet_version' : 1 }
" settings for the syntastic plugin
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1