From 5fcd5c3ab60bde0d43367e4243512450a2f83091 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 27 Feb 2017 12:15:21 -0700 Subject: Adding json --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 58c80cc..f7e0287 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -36,6 +36,7 @@ autocmd FileType php setlocal tabstop=4 autocmd FileType python setlocal tabstop=4 autocmd FileType sh setlocal tabstop=4 autocmd FileType javascript setlocal tabstop=4 +autocmd FileType json setlocal tabstop=4 autocmd FileType make setlocal tabstop=4 noexpandtab " Make netrw prettier let g:netrw_banner = 0 " Hide the banner -- cgit v1.2.3