diff --git a/vim/.vimrc b/vim/.vimrc index ec48c41..4c8cda3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -23,7 +23,7 @@ filetype plugin indent on set expandtab " Indent and align to 4 spaces by default set shiftwidth=4 -" -1 means the same as shitwidth +" -1 means the same as shiftwidth set softtabstop=-1 " Always indent by multiples of shiftwidth set shiftround