diff --git a/config/vim/vimrc b/config/vim/vimrc index b25bc91..8c8c2f3 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -1,22 +1,19 @@ syntax on -set ai si sw=4 ts=4 sts=4 mouse=a set autochdir +set autoindent smartindent set backspace=indent,eol,start set clipboard^=unnamed,unnamedplus set encoding=utf-8 -set expandtab -set ignorecase +set ignorecase smartcase set incsearch set mouse+=a set nocompatible set noerrorbells visualbell t_vb= +set shiftwidth=4 softtabstop=4 expandtab set showcmd set showmatch -set smartcase filetype indent on -inoremap - " XDG support if empty($MYVIMRC) | let $MYVIMRC = expand(':p') | endif