mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
vim: disable keywordprg for go
This commit is contained in:
parent
28fae7b8ce
commit
375d2177c1
|
@ -290,3 +290,8 @@ autocmd FileType fzf set laststatus=0 noshowmode noruler
|
||||||
|
|
||||||
let g:goyo_width='85%'
|
let g:goyo_width='85%'
|
||||||
let g:goyo_linenr=1
|
let g:goyo_linenr=1
|
||||||
|
|
||||||
|
|
||||||
|
" vim-go
|
||||||
|
" let g:go_doc_balloon = 1
|
||||||
|
let g:go_doc_keywordprg_enabled=0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user