Skip to content

Commit

Permalink
Fix issue with Go snippets and YCM - filetype off before vundle confi…
Browse files Browse the repository at this point in the history
…g seems to do the job. See VundleVim/Vundle.vim#16
  • Loading branch information
gsabev committed Nov 13, 2014
1 parent 89d0895 commit 0c1e5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set nocompatible " be iMproved, required
"filetype off " required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
Expand Down

0 comments on commit 0c1e5ff

Please sign in to comment.