Search Criteria
Package Details: vim-go 1.26-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-go.git (read-only, click to copy) |
---|---|
Package Base: | vim-go |
Description: | Go development plugin for Vim |
Upstream URL: | https://github.com/fatih/vim-go |
Keywords: | go golang vim |
Licenses: | BSD |
Groups: | vim-plugins |
Submitter: | tzok |
Maintainer: | None |
Last Packager: | arnottcr |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-20 19:18 (UTC) |
Last Updated: | 2022-05-11 01:06 (UTC) |
Dependencies (19)
- asmfmtAUR
- delve
- errcheckAUR
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go)
- go-honnef-toolsAUR
- go-implAUR
- go-motionAUR
- go-tools (go-tools-gitAUR)
- godefAUR
- golangci-lintAUR (golangci-lint-binAUR)
- golint-gitAUR
- gomodifytagsAUR
- gopls
- gotagsAUR
- iferr-gitAUR
- reftools-gitAUR
- revive
- staticcheck
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim)
Latest Comments
tardypad commented on 2021-10-30 08:56 (UTC)
Could you please mark all the dependencies added in the 1.25-2 release as optional? All those extra dependencies are not strictly needed for the use of the plugin. It should be left to the user to choose and install the specific extra tools he needs for his config.
alaskanarcher commented on 2020-04-24 06:07 (UTC)
ejiek, good points. I'll make these changes in the next release.
ejiek commented on 2020-04-23 16:28 (UTC)
delve
debugger is one more optional dep.ps.
gocode-daemon
is hugely outdated andvim-go
supportsgopls
provided bygo-tools
. I mention this because from deps description it seams thatgocode-daemon
is necessary for autocompletion while it is not (I do understand that it's optional dep but I'd still suggest to change it to "alternative autocompletion support").tzok commented on 2015-01-08 13:02 (UTC)
djmattyg007 commented on 2014-12-12 10:29 (UTC)
tzok commented on 2012-04-01 09:52 (UTC)
TheLemonMan commented on 2012-02-28 13:59 (UTC)