Commit Graph

43 Commits (c7b4b1ae106659cacde40e02569a78d63c7e6e54)

Author SHA1 Message Date
ray-x c7b4b1ae10 gopls notification and doc updates 3 months ago
ray-x 9dfc750472 gopls.change_signature 3 months ago
ray-x 737c44f5b4 force format after import 3 months ago
rayx d748e79011
Gh action fix (#427)
* code lens updates

* gopls spec

* vim.wait

* disable codelens in test
4 months ago
ray-x 7b7c20029a Adding inlayhint default settings so it will be easier to override 7 months ago
ray-x 9329383d6d document tidy 7 months ago
rayx c4819d1625
CLI refact (#391)
* some refact of gotest

* issue #376 add handlers to async formatting

* issue #343 title length

* add parallel flag

* disable trace log

* Error lines output in github action

* Go mod update in fixtures
8 months ago
ray-x cb8b506373 remove experimental gopls settings 8 months ago
ray-x 23d2f63ee9 deprecate nvim 0.7 and 0.8.0; use vim.lsp.inlay_hint for nightly 8 months ago
Daniel Rivas fcc88590e0
issue-323 fix: check valid tags before overwriting gopls buildFlags (#324) 1 year ago
ray-x 1b6ea0b8ec nvim 0.8.3 only changes 1 year ago
ray-x 3b5b6b8aac semanticTokensProvider workaround https://github.com/golang/go/issues/54531
waiting on gopls new version release
1 year ago
ray-x 3a853d50af move ftdetect/ftplugin around; gomod detecting 1 year ago
ray-x 1f52335ea3 feature: go-enum. issue #260, gopls setting move to function local var 1 year ago
ray-x 7d5c09b9c4 lint 2 years ago
ray-x 825f20b036 updates for gopls 0.10.0 2 years ago
ray-x 28bcaa1f44 quick gen return #170 2 years ago
ray-x c7a56c8615 go build tags setup 2 years ago
ray-x ce73ef43f0 cleanup ts logs; utils get build tags renaming 2 years ago
ray-x c94c488307 automatically add build tags to gopls. handle "// go:build tagxxx" 2 years ago
mateusz e401dd9f31
fix wrongly documented default value (lsp_gofumpt) (#188)
* fix wrongly documented default value

* Revert "fix wrongly documented default value"

This reverts commit 63c537dc50.

* fix default lsp_gofumpt
2 years ago
ray-x 3774ac0eba lint 2 years ago
ray-x e5c7d643b1 gosnips return default, similar to fillreturns by gopls 2 years ago
ray-x 7342608bd6 issue #175 hover 2 years ago
ray-x c8d02a9d6a inlay hints #172 2 years ago
ray-x 44d6a9d8f3 add list_imports support 2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x f187f10678 Update GoModxxx cmds 2 years ago
ray-x 1c727c8768 ts keybinding update 2 years ago
ray-x 9143b3a4b9 bugfix issue #114 2 years ago
ray-x 08b36ea9e6 gopls version check issue #114 2 years ago
ray-x edd8240d7f go.sum file type 2 years ago
ray-x df512d695f issue #94 GoImport autocomplete 2 years ago
ray-x 630a813360 remove tagSupport, it is not supported by gopls 2 years ago
ray-x d8638ab9c8 issue#88 cmp setup. set it as default 2 years ago
ray-x 4e3b2b1971 bugfix #81 2 years ago
ray-x f599a5e2cc gopls cmd fallback 2 years ago
ray-x ce29866640 lsp installer path setup for version check 2 years ago
ray-x ee3c36e25d allow config debug port 2 years ago
ray.xu 4c54762e63 gopls vesion can be very slow, change to jobstart 2 years ago
ray-x cd395e96fb setup option to disable gopls doc format 2 years ago
ray-x ec91d9915f Add command autocomplete 3 years ago
ray-x 165714cfea allow godoc focusable 3 years ago