all repos — dotfiles @ d8c554462e7f474134397f2208112713106bce28

my *nix dotfiles

fix(init.vim): autocmd doesn't work - commented out for now
icyphox icyph0x@protonmail.com
Wed, 07 Feb 2018 13:52:26 +0530
commit

d8c554462e7f474134397f2208112713106bce28

parent

06da04637da51150d60c9803ac9530e68e7fdf5c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/nvim/init.vimconfig/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