mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fix dependency
This commit is contained in:
parent
efe127c8cd
commit
d31cbe1cd6
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -208,9 +208,9 @@ if has('eval')
|
||||||
exe "tag " . expand("<cword>")
|
exe "tag " . expand("<cword>")
|
||||||
endif
|
endif
|
||||||
endfun
|
endfun
|
||||||
endif
|
|
||||||
|
|
||||||
nmap <C-]> :call GoDefinition()<CR>
|
nmap <C-]> :call GoDefinition()<CR>
|
||||||
|
endif
|
||||||
|
|
||||||
if has('autocmd')
|
if has('autocmd')
|
||||||
" Shortcuts
|
" Shortcuts
|
||||||
|
|
Loading…
Add table
Reference in a new issue