We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdda8d commit eea9850Copy full SHA for eea9850
vim/ftplugin/java.vim
@@ -1,2 +1,3 @@
1
" Specific configuraiton for Java files
2
setlocal omnifunc=javacomplete#Complete
3
+nnoremap <buffer> <C-]> :GtagsCursor<CR>
vimrc
@@ -99,6 +99,7 @@ silent! if plug#begin('~/.vim/plugged')
99
Plug 'davidhalter/jedi-vim', { 'for': 'python' } " Python completion
100
Plug 'jmcantrell/vim-virtualenv', { 'for': 'python' } " Plugin to make Vim recognize the virtualenv it's being running into
101
Plug 'sukima/xmledit' " xml like helpers
102
+ Plug 'whatot/gtags-cscope.vim' " better tagging for source files
103
" Plug 'Shougo/neocomplete.vim'
104
105
" Unite: Fuzzy search for vim
0 commit comments