Skip to content

Commit

Permalink
vim: disable defaults.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
janlazo committed Sep 29, 2017
1 parent e632298 commit 6d2832f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ silent! while 0
set nocompatible
silent! endwhile

" unset 'compatible' in normal/huge versions
if 1
" Disable defaults.vim
let g:skip_defaults_vim = 1

" unset 'compatible' in normal/huge versions
if &compatible
set nocompatible
endif
Expand Down

0 comments on commit 6d2832f

Please sign in to comment.