diff --git a/neovim/init.vim b/neovim/init.vim index da7db68..7834f5f 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -265,6 +265,7 @@ command NoCrosshair :set virtualedit= nocursorcolumn let g:AutoPairsShortcutToggle = '' autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab +autocmd FileType scss setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType html 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