Remove soft tabs from vimrc

I'm no longer purely a Python dev, this is getting in the way now. I
need to learn to trust vim's language plugins to do the right thing.
This commit is contained in:
Trysdyn Black 2022-10-09 14:45:57 -07:00
parent 955936f8c1
commit b9c8239def

2
.vimrc
View file

@ -76,8 +76,6 @@ set smartindent
set nowrap
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set list listchars=tab:\ \ ,trail:.
" Command completion