" -- Theme setup colorscheme lunaperche syntax on set autoindent set smartindent set t_Co=256 set background=dark set number set relativenumber let g:matchparen_disable_cursor_hl = 1 let g:loaded_matchparen = 1 " /ff opens Explorer nnoremap \ff :Ex " \p adds a c++ comment inoremap \p std::cout << << std::endl;