set mouse=a set undofile set textwidth=80 map Q call plug#begin() Plug 'ap/vim-css-color' " Highlight css colors Plug 'ctrlpvim/ctrlp.vim' " Fuzzy file finding Plug 'editorconfig/editorconfig-vim' " Follow editorconfig Plug 'meain/hima-vim' " Nice color scheme Plug 'sheerun/vim-polyglot' " Language pack Plug 'tpope/vim-commentary' " Easily comment Plug 'tpope/vim-rsi' " Readline bindings Plug 'tpope/vim-sensible' " Sensible defaults Plug 'tpope/vim-speeddating' " Modify dates with C-a, C-x Plug 'tpope/vim-surround' " Easily modify sorrounding characters call plug#end() set termguicolors colorscheme hima nnoremap nnoremap nnoremap nnoremap nnoremap :noh