fix(init.vim): autocmd doesn't work - commented out for now
icyphox icyph0x@protonmail.com
Wed, 07 Feb 2018 13:52:26 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config/nvim/init.vim
→
config/nvim/init.vim
@@ -5,7 +5,7 @@ " _| |/ / / / / / / / / / /__
"(_)___/_/_/ /_/ /_/_/ \___/ " -autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab +"autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab set shiftwidth=4 " indent = 4 spaces set noexpandtab " tabs are tabs