ray-x
|
72ed02f879
|
locations_to_items offset_encoding
|
2022-01-18 16:25:48 +11:00 |
|
ray-x
|
92296c9fc8
|
dochl client offset encoding
|
2022-01-17 16:16:31 +11:00 |
|
ray-x
|
96885ae509
|
add log message when bufnr is not provided
|
2022-01-17 16:08:18 +11:00 |
|
ray-x
|
4ca6b376a7
|
breaking changes: https://github.com/neovim/neovim/issues/14090, issue #136
|
2022-01-17 16:03:48 +11:00 |
|
ray-x
|
da9448a88c
|
neovim breaking changes: offset_encoding
|
2022-01-16 15:36:28 +11:00 |
|
ray-x
|
3bc154bbb3
|
issue #135 bugfix
|
2022-01-14 10:36:54 +11:00 |
|
ray-x
|
7273aaa1d9
|
Update README.md in playground
|
2022-01-13 15:00:54 +11:00 |
|
ray-x
|
e83a017e61
|
update minium vimrc of playground
|
2022-01-13 12:38:16 +11:00 |
|
ray-x
|
e80f004f5b
|
issue #133 change gT map to <Leader>gt
|
2022-01-12 20:12:51 +11:00 |
|
ray-x
|
ed1cedefb6
|
update navigator vimrc
|
2022-01-11 02:37:33 +11:00 |
|
ray-x
|
e04914ab6c
|
doc update for lsp_installer
|
2022-01-11 01:13:23 +11:00 |
|
ray-x
|
73dfd12f0f
|
async handler check status before close
|
2022-01-10 01:52:32 +11:00 |
|
ray-x
|
db4eb5f155
|
document update
|
2022-01-09 22:32:35 +11:00 |
|
ray-x
|
bad19ebc84
|
lsp_signature setup was not documented in README. Add playground folder
|
2022-01-09 22:31:43 +11:00 |
|
ray-x
|
4144024068
|
allow to config when will the fuzzy finder prompt to be shown
|
2022-01-08 22:47:43 +11:00 |
|
ray-x
|
f9af69e4bf
|
update treesitter folding screenshot
|
2022-01-07 15:31:32 +11:00 |
|
ray-x
|
2ad5d1e1d0
|
update treesitter folding screenshot
|
2022-01-07 15:30:26 +11:00 |
|
ray-x
|
a0679626e2
|
cleanup code
|
2022-01-06 22:06:40 +11:00 |
|
ray-x
|
1202df85cd
|
update notify message when symbol not found #126
|
2022-01-06 15:37:37 +11:00 |
|
ray-x
|
b89811b1b6
|
bugfix issue #126
|
2022-01-04 14:38:09 +11:00 |
|
ray-x
|
c3f6b14233
|
#124 viewctlobject error
|
2021-12-30 16:05:25 +11:00 |
|
ray-x
|
23090c567c
|
updates vim.notify
|
2021-12-29 15:50:41 +11:00 |
|
ray-x
|
9957766620
|
Merge branch 'master' of github.com:ray-x/navigator.lua
|
2021-12-29 15:28:47 +11:00 |
|
ray-x
|
aa9b80e848
|
empty func
|
2021-12-29 15:28:34 +11:00 |
|
Ian C
|
6e9f20f586
|
fix typo (#122)
|
2021-12-26 21:09:25 +11:00 |
|
Ian C
|
fcf7814c9a
|
fix typos (#121)
* fix typos
* fix typos
|
2021-12-26 21:08:58 +11:00 |
|
Ian C
|
f3bf6ab4f6
|
fix typo (#120)
|
2021-12-26 21:08:28 +11:00 |
|
ray-x
|
ecc1f2d28a
|
update README.md
|
2021-12-25 17:27:37 +11:00 |
|
ray-x
|
4739722774
|
update README.md
|
2021-12-25 17:14:55 +11:00 |
|
ray-x
|
19969e3902
|
keymap bugfix #119
|
2021-12-25 12:43:40 +11:00 |
|
ray-x
|
47bcf183b8
|
nil check
|
2021-12-24 17:48:54 +11:00 |
|
ray-x
|
97df091a8a
|
Merge branch 'master' of github.com:ray-x/navigator.lua
|
2021-12-24 17:31:07 +11:00 |
|
ray-x
|
abf5de64fd
|
update gui for workspace symbol
|
2021-12-24 17:30:56 +11:00 |
|
Beau McCartney
|
b618358628
|
Update README.md (#118)
* Update README.md
Display the default nmap Gr, the async_ref function.
* Update README.md
Co-authored-by: rayx <rayx.cn@gmail.com>
|
2021-12-24 11:14:48 +11:00 |
|
ray-x
|
873135bf9a
|
lsp def and lsp ref with async request
|
2021-12-23 19:17:48 +11:00 |
|
ray-x
|
0f653784ea
|
Doc update
|
2021-12-23 16:40:32 +11:00 |
|
ray-x
|
c528b58bb9
|
replace print to notify, add workspace gui
|
2021-12-23 16:37:39 +11:00 |
|
ray-x
|
85d907ffaf
|
add lspkeymaphelp command to show the current keymapping
|
2021-12-19 13:16:17 +11:00 |
|
ray-x
|
5ab4dffba5
|
add gohtmltmpl in default setup
|
2021-12-18 15:23:34 +11:00 |
|
ray-x
|
e869cedba3
|
cleanup
|
2021-12-17 09:09:25 +11:00 |
|
rayx
|
941b3fc80f
|
vim.ui.select adapt native codeaction and codelens apply actions (#117)
* doc update for lsp-installer
* use vim.ui.select and guihua ui patch
* adjust null-ls sequence
|
2021-12-17 08:54:36 +11:00 |
|
ray-x
|
4b1670423e
|
issue #116 nil client
|
2021-12-16 12:41:42 +11:00 |
|
ray-x
|
5c13477220
|
dochighlight update
|
2021-12-14 07:12:20 +11:00 |
|
ray-x
|
1c67e790eb
|
remove duplicated codes
|
2021-12-13 17:43:51 +11:00 |
|
ray-x
|
3c9ee3785c
|
omnisharp default setup
|
2021-12-13 16:03:08 +11:00 |
|
ray-x
|
65701259c1
|
simplify gui; dochighlight
|
2021-12-13 10:42:53 +11:00 |
|
ray-x
|
03eef089c8
|
add doc/navigator.txt
|
2021-12-12 17:28:01 +11:00 |
|
ray-x
|
73f0041dc1
|
bugfix #115 incorrect bufnr
|
2021-12-11 14:27:01 +11:00 |
|
ray-x
|
ce3c5fe2cb
|
fix the referece floatwindow loading performance issue
|
2021-12-08 08:05:49 +11:00 |
|
ray-x
|
ae13350ad1
|
add neovim 0.6.0
|
2021-12-02 17:41:49 +11:00 |
|