From d2fb7c8b2a9de5bd61641b75d69697ab77c4f4b4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 24 Jul 2015 23:27:38 -0400 Subject: [PATCH] Tags --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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")