Don't have conflicting config options
Oops 😅
This commit is contained in:
parent
cfa03e9eea
commit
e0a14e8603
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue