Skip to content

Commit

Permalink
Configuring vim-go to use the popup window for
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
Rican7 committed Jan 30, 2020
1 parent 3e1073d commit e1b5b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-rc/.vimrc
Expand Up @@ -481,6 +481,9 @@ let g:go_fmt_command = "goimports"
" Specify some options to pass to the `godoc` command
let g:go_doc_options = '-analysis="type"'

" Use the `popup` window for documentation presentation
let g:go_doc_popup_window = 1

" Use `gopls` for `:GoDef`
let g:go_def_mode='gopls'

Expand Down

0 comments on commit e1b5b89

Please sign in to comment.