Commit Graph

13 Commits

Author SHA1 Message Date
ray-x
2f0c711629 toggle inlay.lua 2023-10-11 20:48:57 +11:00
ray-x
23d2f63ee9 deprecate nvim 0.7 and 0.8.0; use vim.lsp.inlay_hint for nightly 2023-10-11 19:59:11 +11:00
ray-x
43be71be21 Inline Inlay hint for nvim 0.10.x 2023-05-24 02:02:08 +10:00
zhaogangang
403fde13a5
fix:fix can't show inlay in currentline setting (#300)
* fix:fix can't show inlay in currentline setting

* chore:format

* chore:format

---------

Co-authored-by: zhaogang <zhaogang@dustess.com>
2023-02-23 20:19:29 +11:00
ray-x
470349cff5 lazy.nvim based lazy loading 2023-02-08 20:56:26 +11:00
Syncrack
1aef2d60bd
fix: use saved bufnr when retrieve inlay hints. (#226) 2022-10-04 14:14:15 +11:00
Yajie Zhu
e75d4ab725
fix: lsp restart logic (#222)
* fix: GoGet fail

* fix: lsp restart logic

Co-authored-by: zhuyajie <930664@qq.com>
2022-09-29 14:28:22 +10:00
ray-x
5516cf7fff issue #190 check line range before get_params 2022-08-04 21:30:41 +10:00
ray-x
8fb06f43a2 cache the client info results for inlay 2022-07-31 11:35:48 +10:00
ray-x
db47b70d21 startup delay because the BufEnter autocommands 2022-07-31 11:29:38 +10:00
ray-x
7aed764507 allow more trigger events for codelens 2022-07-30 16:00:09 +10:00
Tai Groot
f378f7ffa2
remove leading space on hint args (#180) 2022-07-27 02:59:05 -07:00
ray-x
c8d02a9d6a inlay hints #172 2022-07-20 09:27:59 +10:00