From 8079d4fc9dbc08e7e4e158aed5cd3f21ea613496 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 19 Nov 2020 13:14:05 +0100 Subject: Remove protobuf filetype detection Now included in filetype.vim --- .vim/ftdetect/proto.vim | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vim/ftdetect/proto.vim (limited to '.vim') 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 -- cgit v1.2.3-54-g00ecf