diff --git a/vim/.vimrc b/vim/.vimrc index 5132635..16d0f75 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -3,12 +3,14 @@ call plug#begin('~/.vim/plugged') Plug 'https://github.com/scrooloose/nerdtree.git' Plug 'https://github.com/powerline/fonts' Plug 'https://github.com/tpope/vim-fugitive' +Plug 'https://github.com/ervandew/supertab' "Indent automiatically depending on filetype filetype plugin on set autoindent filetype indent on + "Fix different locale settings when ssh'ing set encoding=utf-8