diff --git a/vim/.vimrc b/vim/.vimrc index 8f21f35..4e28767 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -9,6 +9,10 @@ set t_Co=256 ""Misc set clipboard=unnamedplus set nofoldenable +""Spaces instead of tabs +set expandtab +set tabstop=4 +set shiftwidth=4 ""MuComplete "set completeopt+=menuone "set completeopt+=noinsert