diff --git a/vim/.vimrc b/vim/.vimrc index eddca09..078dd5d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,8 +11,8 @@ set clipboard=unnamedplus set nofoldenable ""Spaces instead of tabs set expandtab -set tabstop=4 -set shiftwidth=4 +set tabstop=2 +set shiftwidth=2 ""MuComplete "set completeopt+=menuone "set completeopt+=noinsert