Don't have conflicting config options

Oops 😅
This commit is contained in:
Spotlight 2022-11-10 13:44:49 -06:00
parent cfa03e9eea
commit e0a14e8603
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
vimrc
View file

@ -7,9 +7,10 @@ set backspace=indent,eol,start
" two-spaced tabs " two-spaced tabs
set tabstop=2 set tabstop=2
set softtabstop=0 noexpandtab set softtabstop=0
set shiftwidth=2 set shiftwidth=2
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab set noexpandtab
set smarttab
" custom filetypes " custom filetypes
autocmd BufNewFile,BufRead *.plist set syntax=xml autocmd BufNewFile,BufRead *.plist set syntax=xml