set nocompatible noexrc secure filetype plugin on call plug#begin() Plug 'tpope/vim-commentary' Plug 'airblade/vim-gitgutter' Plug 'ctrlpvim/ctrlp.vim' call plug#end() set path+=** laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 set number relativenumber autoindent cursorline ignorecase signcolumn=yes set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set hlsearch incsearch backspace=indent,eol,start completeopt=menuone colorscheme wildcharm nnoremap :bnext nnoremap :bprevious nnoremap :copen nnoremap :CtrlPBuffer nnoremap q :nohlsearch nnoremap c :silent call system('ctags --c++-kinds=+p -R .') nnoremap g :vimgrep // **/*:copen let g:ctrlp_use_caching = 0 let g:ctrlp_working_path_mode = ''