add gutentags and ctags

This commit is contained in:
Felix Van der Jeugt 2016-06-12 12:08:37 +02:00
parent bc173c67c7
commit 17b345f11b
3 changed files with 10 additions and 1 deletions

View File

@ -14,3 +14,6 @@
*.o
a.out
# Tag files
tags

View File

@ -43,7 +43,6 @@ nnoremap <Right> <NOP>
"set foldlevelstart=2
" Hmmmm neovim terminals
nnoremap <Leader>s :vsplit +:terminal<CR>
tnoremap <Esc> <C-\><C-n>
" Quickfixing
@ -72,6 +71,7 @@ Plug 'LaTeX-Box-Team/LaTeX-Box', { 'for': 'tex' }
Plug 'kassio/neoterm', { 'on': 'T' }
Plug 'mhinz/vim-grepper', { 'on': 'Grepper' }
Plug 'junegunn/vim-peekaboo'
Plug 'ludovicchabant/vim-gutentags'
"
Plug 'neovimhaskell/haskell-vim'
call plug#end()
@ -80,6 +80,7 @@ call plug#end()
" --------------------
let g:ctrlp_map='<Leader>l'
let g:ctrlp_user_command=['.git/', 'git --git-dir=%s/.git ls-files . -co --exclude-standard']
nnoremap <Leader>s :CtrlPTag<CR>
let g:airline_powerline_fonts=1

5
local/bin/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Some actual binary files
ctags
readtags
html2text