Skip to content

Commit

Permalink
Fix robot filetype detection
Browse files Browse the repository at this point in the history
As mentioned in VundleVim/Vundle.vim#16 filetype plugin indent on has
be called after `call vundle#end()`
  • Loading branch information
matthiasvegh committed May 31, 2016
1 parent fd2f6a0 commit 3ee7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set enc=utf8
set tenc=utf-8
set nocompatible
filetype off
filetype plugin indent on
set laststatus=2
set cindent

Expand Down Expand Up @@ -211,6 +210,7 @@ Plugin 'mfukar/robotframework-vim'
Plugin 'sophacles/vim-processing'
" Bundles over
call vundle#end()
filetype plugin indent on
" YouCompleteMe Config
let g:ycm_global_ycm_extra_conf = '/home/emtyvgh/.ycm_extra_conf.py'
let g:ycm_autoclose_preview_window_after_completion = 1
Expand Down

0 comments on commit 3ee7700

Please sign in to comment.