vim-go
vim-go copied to clipboard
Go development plugin for Vim
### What did you do? (required: The issue will be **closed** when not provided) ```golang package main import ( "fmt" "time" ) func main() { now := time.Now() fmt.Println(now) }...
### Hacking with TinyGo lacks Auto-Completion support for machine package I hacked a little with [Tiny Go](https://tinygo.org) and got rid of a bunch of linter warnings using the [tinygo.nvim](https://github.com/pcolladosoto/tinygo.nvim) plugin...
The only way to skip (or set a specific version) for the binaries installed via `:GoInstallBinaries` or `:GoUpdateBinaries` so far is to pass in a specific version. This works, but...
### What did you do? (required: The issue will be **closed** when not provided) I've put the go version with the format 1.22.4 (instead of 1.22) in my go.mod file....
Note though that usage of a `LoadConfig` is not consistent: * If `debug.vim:s:eval()` is called directly, most notably from `s:expand_vars()` (i.e., when the user tries to expand a variable in...
https://gitlab.com/vitaly-zdanevich-configs/vim #### Vim version (first three lines from `:version`): VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jun 9 2024 23:17:54) Included patches: 1-366 Modified by Gentoo-9.1.0366 (RIP Bram)...
### What did you do? (required: The issue will be **closed** when not provided) 1. update go.mod to 1.23 2. trying error highlighting or completion ### What did you expect...
##### debug: refactor logging Refactor logging to support logging all messages, even those that precede availability for the __GODEBUG_OUTPUT__ window. Use functions instead of normal mode commands to manage the...
Use the FullDocumentation hover response instead of Structured, because the latter is deprecated and will be removed soon. * Parse FullDocumentation format for use in a hover message, following the...
I've opened [an issue](https://github.com/neovim/neovim/issues/32427) on NeoVim repository, and I was directed to open an issue here. The same issue also exists on Vim. Vim `./runtime/syntax/go.vim` is (allegedly) up-to-date with `vim-go`,...