diff --git a/neovim/init.vim b/neovim/init.vim index 5dcc885..74b4a47 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -262,6 +262,7 @@ command NoCrosshair :set virtualedit= nocursorcolumn let g:AutoPairsShortcutToggle = '' +autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType javascript.jsx setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType json setlocal ts=2 sts=2 sw=2 expandtab