aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/go.vim
AgeCommit message (Expand)Author
2022-05-22ftplugin/go.vim#s:GoDoc: Start at the top of the documentationTeddy Wing
2022-05-22ftplugin/go.vim#s:GoDoc: Change filetype to 'godoc'Teddy Wing
2022-05-22ftplugin/go.vim#s:GoDoc: Remove unnecessary `|` in Ex commandsTeddy Wing
2022-05-05ftplugin/go.vim: Allow `:GoDoc` to work with `<cword>`Teddy Wing
2022-05-05ftplugin/go.vim: Add `GoDoc` commandTeddy Wing
2022-03-07ftplugin/go.vim: Add 'formatoptions' for comment leadersTeddy Wing
2020-09-07ftplugin/go.vim: Run shell tests with verbose flagTeddy Wing
2020-08-31ftplugin/go.vim: Create test file on alternate if it doesn't existTeddy Wing
2020-07-27ftplugin/go.vim: Add mapping to run package tests with terminal outputTeddy Wing
2020-06-15ftplugin/go.vim: Add `Ze` mapping to insert `if err` blockTeddy Wing
2020-06-01ftplugin/go.vim: Turn on `b:argwrap_tail_comma`Teddy Wing
2020-03-12ftplugin/go.vim: Add a mapping to open the alternate file in a splitTeddy Wing
2020-02-26ftplugin/go.vim: Add mapping to show alternate fileTeddy Wing
2020-02-26ftplugin/go.vim: Enable the vim-go ftpluginTeddy Wing
2019-09-26ftplugin/go.vim: Change `<leader>cf` mapping to `<leader>cd`Teddy Wing
2019-06-17vimrc: Don't preserve indentation on empty linesTeddy Wing
2019-05-17ftplugin/go.vim: Add a mapping to run `goimports`Teddy Wing
2019-05-17ftplugin/go.vim: Add mapping to `:GoTestCompile`Teddy Wing
2019-05-17ftplugin/go.vim: Make `go run` mapping run root main packageTeddy Wing
2019-05-10ftplugin/go.vim: Add a few mappings to Vim-GoTeddy Wing
2016-02-13ftplugin/go.vim: Don't preserve indentation on empty linesTeddy Wing
2015-11-23ftplugin/go.vim: Add mapping for `go fmt`Teddy Wing
2014-06-14Add ftplugin/go.vimTeddy Wing