Skip to content

v0.0.13

Compare
Choose a tag to compare
@myitcv myitcv released this 14 May 12:07
be51863

Changes

  • Add GOVIMGoImports and GOVIMGoFmt commands; currently only work on the entire file
  • Various gopls fixes
  • Add CommandQuickfixDiagnostics command, to manually populate quickfix window with current gopls diagnostics
  • Add g:govim_quickfix_auto_diagnotics_disable variable to control whether quickfix window is automatically populated with gopls diagnostics; see https://godoc.org/github.com/myitcv/govim/cmd/govim/config for more details

BREAKING CHANGES

A small configuration-related breaking change has been made. Default values of updatetime and balloondelay were previous set in the govim plugin. These have now been moved to the minimal.vimrc as suggested settings:

https://github.com/myitcv/govim/blob/be5186373d0b6831936cab56b729ca878020c2ae/cmd/govim/config/minimal.vimrc#L25-L33