Craig Rodrigues
60e0659d50
Set dap_debug_keymap to true by default ( #73 )
2022-01-12 09:35:42 +11:00
Craig Rodrigues
a54f5d452f
Put options in same order in README.md, go.txt, go.lua ( #72 )
2022-01-12 08:57:21 +11:00
ray-x
2fdcb8d60b
doc updates
2022-01-11 22:37:33 +11:00
Craig Rodrigues
80441fc003
Clarify gofmt on save ( #70 )
2022-01-11 08:44:14 +11:00
ray-x
1ccc7d7e96
add notes for go1.18
2022-01-10 21:32:13 +11:00
ray-x
310339cbc5
floatterm width ceiling
2022-01-10 15:47:21 +11:00
Lionel Martin
01c65f5841
Fix sample vimrc comment ( #67 )
2022-01-06 09:55:53 +11:00
ray-x
437748a09f
update impl, CLI complete
2021-12-22 15:01:15 +11:00
Craig Rodrigues
eebe136396
Make lsp_on_attach nil by default ( #62 )
...
Clarify lsp_on_attach in the docs.
2021-12-22 10:51:20 +11:00
ray-x
f53e130370
lsp_on_attach default to false
2021-12-21 22:04:45 +11:00
Craig Rodrigues
f9398a6c2b
Clarify docs for lsp_cfg and lsp_attach ( #61 )
2021-12-21 21:55:10 +11:00
Craig Rodrigues
c063817d05
Clarify wording in Installation section ( #59 )
2021-12-21 09:21:44 +11:00
ray-x
6d6b3afc3b
add gotexttmpl and gohtmltmpl support for gopls
2021-12-18 15:22:27 +11:00
ray-x
db819954d3
Add GoCodeAction, GUI with guihua.lua and vim.ui.select()
2021-12-17 09:59:47 +11:00
ray-x
8669783860
doc update for nvim-lsp-installer
2021-12-16 10:37:02 +11:00
ray-x
8864d0d61f
update README.md debug session
2021-12-16 09:41:37 +11:00
ray-x
64460e4f88
Add GoVet, update errorformat for issue #55
2021-12-15 19:02:22 +11:00
ray-x
6574dd2e6b
add textobject default setup, doc updates
2021-12-11 14:44:15 +11:00
Ian C
41a5a3e08e
fix typo and broken link ( #52 )
...
I fixed the link to redirect toward the provided config example in the README as opposed to a file within the repository.
2021-12-10 10:06:57 +11:00
Craig Rodrigues
11254fc863
Fix wording for GoInstallBinaries ( #51 )
2021-12-07 12:27:40 +11:00
ray-x
d7958e142c
update README
2021-12-07 12:05:35 +11:00
ray-x
2781e7855f
update readme.md
2021-12-07 11:52:31 +11:00
Craig Rodrigues
70d91c5443
Fix typo ( #50 )
...
Add link to rcarriga/nvim-dap-ui
2021-12-07 11:52:24 +11:00
ray-x
7d39be9431
add gobinaryinstall/update issue #49
2021-12-06 21:32:23 +11:00
ray-x
3329238deb
code action with telescope, dap debug restart
2021-11-30 07:19:45 +11:00
Aleš Brelih
cfeab3d398
fix: build tags was missing space ( #46 )
...
* fix: build tags was missing space
* if run in floaterm, '\ ' may cause error
Thanks for the PR. I did some update please check if it works
Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2021-11-29 23:09:30 +11:00
ray-x
77c273f35b
Update README
2021-11-24 20:42:44 +11:00
ray-x
1b11f52b08
updates for dap.ui
2021-11-24 10:13:40 +11:00
Alex Su
1b77404abe
Fix README example ( #45 )
...
* Fix README example
* Update README.md
fillstruct take string as an argument, the line below should be move above.
Co-authored-by: rayx <rayx.cn@gmail.com>
2021-11-22 20:11:56 +11:00
ray-x
2b284a47d9
Update Readme
2021-11-13 14:30:40 +11:00
ray-x
37a4cfb1ad
issue #35 config break sign
2021-10-23 20:26:11 +11:00
ray-x
569e8e4320
Update reftool and fillstruct
2021-09-30 22:23:36 +10:00
ray-x
7feb745e6c
remove gofumport from go.nvim #18
2021-09-25 12:44:52 +10:00
ray-x
3fc75ca46a
refact fillstruct and codeaction add GoFixPlurals
2021-09-20 19:05:04 +10:00
ray-x
8c3abfb9f2
go doc command with floating preview
2021-09-18 21:14:02 +10:00
ray-x
8dd865be82
LSP api changes https://github.com/neovim/neovim/pull/15504
2021-09-08 16:49:04 +10:00
ray-x
c984ce7757
update gotest it will output to buffer
2021-09-03 12:13:15 +10:00
ray-x
e17b25eee7
#26 add goimports -local support
2021-09-01 11:22:05 +10:00
ray-x
200dcd22e4
Allow test nearest function
2021-08-31 21:19:14 +10:00
ray-x
b96cdefea3
Add go coverage
2021-08-26 01:42:31 +10:00
ray-x
989be3f213
update lspconfig setup; add sample vimrc, add codelens config
2021-08-23 12:24:48 +10:00
ray-x
ef1f2bb7cc
Feature: Show code lens and add support for run code len action
2021-08-21 20:52:23 +10:00
Ryder
49c0a4280e
fix: max_line_line typo ( #21 )
2021-08-14 10:27:55 +10:00
ray-x
7872cc3ea0
update document regarding go fmt
2021-07-26 20:17:50 +10:00
ray-x
018de85e7f
add gopls cmd path
2021-07-26 10:35:58 +10:00
ray-x
0d0a54be7e
Update GoRun command doc
2021-07-18 12:50:36 +10:00
ray-x
af37cb81b8
update Goiferr and doc
2021-07-15 19:18:04 +10:00
ray-x
b566782f4a
Update Impl
2021-07-15 01:35:38 +10:00
ray-x
a65af41408
[Breaking] Rename commands(GoFillStruct GoFillSwitch, Goiferr)
2021-07-14 23:58:31 +10:00
ray-x
034ea57ffe
Add alternative command to swtich between go and test file
2021-07-14 08:39:27 +10:00