bye bye project tags
This commit is contained in:
parent
e65fb48e33
commit
d9d10b67d2
29
vimrc
29
vimrc
|
@ -19,11 +19,6 @@ Plugin 'majutsushi/tagbar'
|
|||
Plugin 'tpope/vim-surround'
|
||||
"undotree
|
||||
Plugin 'mbbill/undotree'
|
||||
" vim-project-tags
|
||||
"dependancy needed:
|
||||
"https://github.com/still-dreaming-1/vim-project-tags
|
||||
Plugin 'still-dreaming-1/vim-elhiv'
|
||||
Plugin 'still-dreaming-1/vim-project-tags'
|
||||
" Ctrlp
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
" Obsession
|
||||
|
@ -151,7 +146,7 @@ set textwidth=180
|
|||
set formatoptions=cq
|
||||
set wrapmargin=0
|
||||
|
||||
|
||||
set tags+=.vuetags
|
||||
|
||||
|
||||
" key #mappings
|
||||
|
@ -517,28 +512,18 @@ let g:netrw_liststyle=3
|
|||
let g:netrw_list_hide='^\..*'
|
||||
|
||||
|
||||
" TagBar
|
||||
nnoremap <leader>tb :TagbarOpen fj<CR>
|
||||
let g:tagbar_autoclose = 1
|
||||
|
||||
|
||||
" tagbar css/scss thingy
|
||||
nnoremap <leader>] :tag /[.#@]<c-r>=expand('<cword>')<cr><cr>
|
||||
|
||||
|
||||
" bufexploer
|
||||
nnoremap <leader>o :BufExplorer<CR>
|
||||
|
||||
" undotree
|
||||
nnoremap <leader>ut :UndotreeToggle<cr>
|
||||
|
||||
" vim-project-tags
|
||||
source ~/.vim/bundle/vim-elhiv/elhiv.vim
|
||||
call project_tags#add_language('.jstags', 'js')
|
||||
call project_tags#add_language('.vimtags', 'vim')
|
||||
call project_tags#add_language('.phptags', 'php')
|
||||
call project_tags#add_language('.csstags','css')
|
||||
call project_tags#add_language('.scsstags','scss')
|
||||
" TagBar
|
||||
nnoremap <leader>tb :TagbarOpen fj<CR>
|
||||
nnoremap <leader>] :tag /[.#@]<c-r>=expand('<cword>')<cr><cr>
|
||||
let g:tagbar_autoclose = 1
|
||||
" let g:tagbar_autopreview = 1
|
||||
" let g:tagbar_previewwin_pos = ''
|
||||
|
||||
let g:tagbar_type_css = {
|
||||
\ 'ctagstype' : 'css',
|
||||
|
|
Loading…
Reference in New Issue