From 8916659e0e1cb67b860373f2d094445bb1f657aa Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Mon, 4 Sep 2017 11:54:46 -0600 Subject: Add custom vim filetype plugins for php and json --- base/.vim/ftdetect/json.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 base/.vim/ftdetect/json.vim (limited to 'base/.vim/ftdetect/json.vim') diff --git a/base/.vim/ftdetect/json.vim b/base/.vim/ftdetect/json.vim new file mode 100644 index 0000000..b4a5cd7 --- /dev/null +++ b/base/.vim/ftdetect/json.vim @@ -0,0 +1,3 @@ +autocmd BufNewFile,BufRead *.json setlocal filetype=json +autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json +autocmd BufNewFile,BufRead *.geojson setlocal filetype=json -- cgit v1.2.3-70-g09d2