diff --git a/janus/protobuf/syntax/proto.vim b/janus/protobuf/ftdetect/proto.vim similarity index 100% rename from janus/protobuf/syntax/proto.vim rename to janus/protobuf/ftdetect/proto.vim diff --git a/vimrc.after b/vimrc.after index f52ab00..11bd81d 100644 --- a/vimrc.after +++ b/vimrc.after @@ -4,8 +4,6 @@ set tabstop=4 set shiftwidth=4 set softtabstop=4 -autocmd BufNewFile,BufRead *.proto setf proto - " Set the indent to 2 when working with ruby and markup stuff autocmd BufNewFile,BufRead *.feature,*.rb,*.ru,*.xml,*.html,*.htm,Gemfile,Rakefile,Procfile set shiftwidth=2 \| set tabstop=2