Ensure vim adheres to modelines.

This commit is contained in:
Scott Wallace 2017-08-09 18:52:57 +01:00 committed by Scott Wallace
parent baa9ea8ec8
commit e451530414

3
.vimrc
View file

@ -4,6 +4,9 @@ filetype off " required
" Disable bell " Disable bell
set vb set vb
" Enable modeline in files
set modeline
" Ensure vim knows about Go(lang) " Ensure vim knows about Go(lang)
set rtp+=$GOROOT/misc/vim set rtp+=$GOROOT/misc/vim