diff --git a/init.vim b/init.vim index e7e57ef..31ca1c5 100644 --- a/init.vim +++ b/init.vim @@ -20,7 +20,7 @@ set tabstop=4 set expandtab set softtabstop=4 set shiftwidth=4 -autocmd FileType json setlocal shiftwidth=2 tabstop=2 +" autocmd FileType json setlocal shiftwidth=2 tabstop=2 set showcmd " Show (partial) command in status line. set showmode " Show indication of having changed modes