diff --git a/vim/vimrc b/vim/vimrc index 2414581..480b351 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -23,6 +23,7 @@ autocmd VimEnter,Colorscheme * :hi IndentGuidesEven guibg=green ctermbg=8 "inoremap pumvisible() ? "\" : "\" imap \ neosnippet#expandable_or_jumpable() ? "\(neosnippet_expand_or_jump)" : pumvisible() ? "\" : "\" smap \ neosnippet#expandable_or_jumpable() ? "\(neosnippet_expand_or_jump)" : "\" +nnoremap :CtrlPTag nnoremap \| vl nnoremap - sj nnoremap q @@ -132,6 +133,7 @@ nnoremap / /\v vnoremap / /\v inoremap jk A inoremap kj A +set tags=./tags;/ set wildmode=longest,list,full set gfn=Monospace\ 8 set guioptions= @@ -357,6 +359,10 @@ Plug 'https://github.com/joonty/vdebug' " | https://github.com/joonty/vdebug Plug 'https://github.com/zenbro/mirror.vim' " | https://github.com/zenbro/mirror.vim +"Plug 'https://github.com/xolox/vim-easytags' +" " | https://github.com/xolox/vim-easytags +"Plug 'https://github.com/xolox/vim-misc' +" " | https://github.com/xolox/vim-misc call plug#end() filetype plugin indent on if exists("+undofile")