1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-07 19:41:31 +02:00

vim: disable keywordprg for go

This commit is contained in:
bretello 2024-07-01 12:23:14 +02:00
parent 28fae7b8ce
commit 375d2177c1
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -290,3 +290,8 @@ autocmd FileType fzf set laststatus=0 noshowmode noruler
let g:goyo_width='85%'
let g:goyo_linenr=1
" vim-go
" let g:go_doc_balloon = 1
let g:go_doc_keywordprg_enabled=0