diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-11-19 13:14:05 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-11-19 13:14:05 +0100 |
commit | 8079d4fc9dbc08e7e4e158aed5cd3f21ea613496 (patch) | |
tree | dc0337d38b3d6ecb30bfeb7e7e11fc6655e3e7ce | |
parent | a135944ae6ce203375e3df053b789e528ca05b84 (diff) |
Remove protobuf filetype detection
Now included in filetype.vim
-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 |