Skip to content

Commit

Permalink
add GoModFmt list type
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Sep 6, 2018
1 parent 1b65f77 commit dee5fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/go/list.vim
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ let s:default_list_type_commands = {
\ "GoLint": "quickfix",
\ "GoMetaLinter": "quickfix",
\ "GoMetaLinterAutoSave": "locationlist",
\ "GoModFmt": "locationlist",
\ "GoModifyTags": "locationlist",
\ "GoRename": "quickfix",
\ "GoRun": "quickfix",
Expand Down

0 comments on commit dee5fe4

Please sign in to comment.