diff --git a/.vimrc b/.vimrc index 0119fe4..e962377 100644 --- a/.vimrc +++ b/.vimrc @@ -1,11 +1,22 @@ +filetype on +filetype plugin on +filetype indent on + +syntax on + +set number + +set cursorline +set cursorcolumn + +set wildmenu +set wildmode=list:longest +set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx + call plug#begin() - Plug 'morhetz/gruvbox' - Plug 'vim-airline/vim-airline' - call plug#end() colorscheme gruvbox - -:set bg=dark +set bg=dark