diff options
-rw-r--r-- | .vim/ftdetect/proto.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.vim/ftdetect/proto.vim b/.vim/ftdetect/proto.vim deleted file mode 100644 index 2b6bdbc..0000000 --- a/.vim/ftdetect/proto.vim +++ /dev/null @@ -1,3 +0,0 @@ -augroup filetype - au! BufRead,BufNewFile *.proto setfiletype proto -augroup end |