set nocompatible filetype on filetype plugin on filetype indent on syntax on set number set cursorline set nowrap set ignorecase set wildmenu set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx colorscheme molokai let g:airline_powerline_fonts = 1 let g:airline_theme='powerlineish' call plug#begin('~/.vim/plugged') Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' call plug#end()