Commit Graph

225 Commits (9ac3e6faa32d01479973f4ca368d00b7ae328646)

Author SHA1 Message Date
ray-x 9ac3e6faa3 make gofumpt default formatter (replacing golines) 6 months ago
ray-x c7b4b1ae10 gopls notification and doc updates 6 months ago
ray-x 6943c99599 remove reftool/fillstruct. use gopls fillstruct 7 months ago
figuretu beec14d870
fix(doc): modify mismatched code block (#432)
Fixing markdown syntax errors in readme document
7 months ago
rayx 8efd0c89f2
Update README.md 7 months ago
rayx 22a634ad06
Update README.md 7 months ago
ray-x ae1b4a2974 markdown preview issue 7 months ago
ray-x e9d3a3809e markdown URL 7 months ago
ray-x 37af0acd53 Doc updates 7 months ago
ray-x 05ba8a9032 issue #424; neovim is deprecating non-treesitter based syntax highlighting, so it is this plugin 7 months ago
ray-x 974b2f8518 typo 8 months ago
vivid 1d140eec2a
Update README.md (#410) 9 months ago
ray-x 13a1044fc6 Issue #408 GoImplements 9 months ago
ray-x ae6a1025f9 README updates; log cleanup 10 months ago
ray-x 7b7c20029a Adding inlayhint default settings so it will be easier to override 10 months ago
ray-x 889e9d94dd doc updates 10 months ago
ray-x f9672fd446 `gonew` with template URL; update `go work`
cleanup sandbox
10 months ago
ray-x 38f6402fa5 Go Work 11 months ago
ray-x 9329383d6d document tidy 11 months ago
ray-x 88ff8aa753 doc updates 11 months ago
ray-x bb40efd959 Update README 11 months ago
ray-x b4cd53de46 inlay eol display issue #396 11 months ago
Itamar Lencovsky 47dd8f4f88
rename the spacing key for the diagnostic virtual text to match the spec (#395) 11 months ago
rayx 7852fd8e1c
Fixtures Updates (#392)
* go mod setup for fixtures

* go mod setup for fixtures

* fillstruct test refactor
11 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
11 months ago
Asaduzzaman Pavel 8732792d9c
Update README.md (#390)
Fixed some indentation, typos, and grammar issues
11 months ago
ray-x 752b135241 README.md 11 months ago
ray-x 0a508516f1 breaking: issue #375 diagnostics.hdlr=false by default as complains about the qickfix when file saved \n the feature need to turn on manually 11 months ago
Gonzalo Serrano 2f573a297b
Fix header in README.md (#383) 12 months ago
ray-x 0199367800 issue #372 Update GoTest argument parser 1 year ago
ray-x a43a3cba1e issue #377 GoRun -a {arguments} 1 year ago
ray-x 0b04e4bdb4 Align with neovim diagnostic setup and deprecate settings. Update readme. 1 year ago
ray-x 7e5602dd51 issue #362 remove deprecated functions 1 year ago
aceforeverd 6550ddf5ce
fix(ui): replace obsolete nerd fonts from ui (#357)
nerdfont >= 3.0.0 dropped class name `nf-mdi-*`, replacing with new
class name `nf-md-*`.
The new class name exists since nerdfont 2.3.0 so user with nerdfont >=
2.3.0 installed should be fine.
Refer https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0
1 year ago
qasimwarraich 97b76f3188
change default `lsp_diag_virtual_text` prefix to nvim default (#353) 1 year ago
Krystian Kulgawczuk 8a0498ee48
New global variable for vertical cursor shift on GoIfErr (#347)
New variable will allow to customize exactly where cursor will end
up and allow user to set this exactly how they wish.

This change is backwards compatible as the default is the same
as was the hardcoded value.

Signed-off-by: Krystian Kulgawczuk <29754364+krystian-kulgawczuk@users.noreply.github.com>
1 year ago
ray-x 43be71be21 Inline Inlay hint for nvim 0.10.x 1 year ago
ray-x d7530aea0f issue #322 table.insert 1 year ago
Amaan Qureshi f45b072606
feat: improve queries (#316)
* feat: improve queries

* chore: format files
2 years ago
ray-x 24803e04b8 injection updates
golangci nulls updates
2 years ago
ray-x 47666f920f [Fix] goget fix for pkgname+URL
[Feat] ginkgo cmds
2 years ago
ray-x 397992cefc [Feat] allow GoBuild %:h to build package current buffer is in 2 years ago
ray-x 55fe49fcaf issue #313 new file with template file 2 years ago
ray-x d5bbb65ca5 doc updates 2 years ago
ray-x 69da5cfcd2 issue #314 incorrect documentation 2 years ago
ray-x 063bf059e3 [Feat] % to expand to current file in cmdline 2 years ago
ray-x 44130d7356 Use lazy.nvim as default playground vimrc plugin mgr 2 years ago
Abner Chen 1844fd11a1
Fix typo in lazy.nvim config (#308) 2 years ago
ray-x 7d7b081bf3 GoDoc argument handling
loclist 'r' options
Readme Updates
2 years ago
Yohanes Bandung Bondowoso 595cd561e6
fix: coverage command should be coverprofile #296 (#299)
* fix: coverage command should be coverprofile

* refactor: README
2 years ago