ray-x
|
ae251289b3
|
issue #218 range format operator
|
2022-08-01 03:09:43 +10:00 |
|
ray-x
|
a9c223cc22
|
de-duplicate
|
2022-07-31 23:17:03 +10:00 |
|
ray-x
|
6c0e286170
|
update readme for on_attach
|
2022-07-31 15:49:00 +10:00 |
|
ray-x
|
f24a337f5d
|
switch between buffer type
|
2022-07-31 15:41:08 +10:00 |
|
ray-x
|
3d87ed3b87
|
issue #217 README missing symbols
|
2022-07-31 02:01:51 +10:00 |
|
ray-x
|
5713f79265
|
clear autocmd #191
|
2022-07-29 19:02:43 +10:00 |
|
ray-x
|
01ef2ce1a1
|
typo highlight
|
2022-07-29 17:16:07 +10:00 |
|
ray-x
|
547f2bc15d
|
doc highlight config options update
|
2022-07-29 16:43:00 +10:00 |
|
ray-x
|
dc0b8504bb
|
allow document_highlight to be configurable, update REWADME
|
2022-07-29 09:59:02 +10:00 |
|
ray-x
|
486085070d
|
#191 cleanup
|
2022-07-29 09:21:33 +10:00 |
|
ray-x
|
fca2fa5aaa
|
some version of neovim does not support underline etc
|
2022-07-28 09:38:27 +10:00 |
|
rayx
|
49dbca889d
|
Update clients.lua
|
2022-07-27 06:43:42 -07:00 |
|
ray-x
|
861ae038dd
|
underdouble is not supported by 0.7.x
|
2022-07-27 18:21:11 +10:00 |
|
ray-x
|
dcc40278c5
|
use create_autocmd API; split clients.lua into 3 files
|
2022-07-27 18:17:07 +10:00 |
|
ray-x
|
6736293182
|
split sumneko
|
2022-07-27 17:25:02 +10:00 |
|
ray-x
|
10ef469286
|
issue #214 lsp_installer loading
|
2022-07-27 17:20:07 +10:00 |
|
ray-x
|
89dd02c927
|
using neovim 0.7.0 api for autocmd
|
2022-07-27 14:36:29 +10:00 |
|
ray-x
|
bbdf86a66e
|
refactor highlight setup. it is for #216 and also using API from neovim 0.7 now
|
2022-07-27 12:17:02 +10:00 |
|
ray-x
|
ed47d386e6
|
chore selene setup
|
2022-07-27 02:37:26 +10:00 |
|
ray-x
|
c3ef990390
|
lint
|
2022-07-27 00:24:40 +10:00 |
|
ray-x
|
de5c88c766
|
lint pipeline
|
2022-07-26 20:35:09 +10:00 |
|
ray-x
|
348ab9dced
|
mason support #215
|
2022-07-26 14:29:38 +10:00 |
|
ray-x
|
967fd32bae
|
prevent autocmd being call in a loop
|
2022-07-20 00:51:16 +10:00 |
|
ray-x
|
4aef8dc5f2
|
dartls installer not working #212
|
2022-07-19 12:37:17 +10:00 |
|
ray-x
|
0de6c290cf
|
issue #211 tsserver not working
|
2022-07-19 07:58:55 +10:00 |
|
ray-x
|
9aad2978dc
|
resend filetype if lsp not ready
|
2022-07-18 21:43:55 +10:00 |
|
ray-x
|
49c3e5cd4d
|
prevent compare number to bool. As the name for html LSP is html
|
2022-07-18 08:18:19 +10:00 |
|
ray-x
|
47545e03c0
|
default border hl to FloatBorder
|
2022-07-18 07:53:13 +10:00 |
|
ray-x
|
e5d16e4488
|
renaming highight group from GHxxx to Guihuaxxx
|
2022-07-18 07:45:23 +10:00 |
|
ray-x
|
3d9a9582dd
|
bugfix #206 diagnostic failure
|
2022-07-17 09:33:41 +10:00 |
|
rayx
|
05dfed9ed9
|
issue #171 multiple lsp server started (#205)
* issue #171 multiple lsp server started
* neovim 0.6.1
|
2022-07-17 09:26:26 +10:00 |
|
ray-x
|
05753da8db
|
add deprecate message
|
2022-07-12 11:09:56 +10:00 |
|
ray-x
|
85e3f6e045
|
Allow user pass the lua-dev setup into navigator
|
2022-07-10 11:05:05 +10:00 |
|
ray-x
|
c30ccd07c9
|
add options for lsp.buf.format()
update keymap doc
|
2022-07-09 19:23:48 +10:00 |
|
ray-x
|
4c5d0e67d0
|
remove table nil handling
|
2022-07-07 20:28:17 +10:00 |
|
ray-x
|
be6da35767
|
improve treesitter folding
|
2022-07-07 14:02:29 +10:00 |
|
ray-x
|
f567f1b99c
|
dedup definition for script languages
|
2022-07-07 14:02:14 +10:00 |
|
ray-x
|
a93f7cb20f
|
dedup reference results
|
2022-07-07 10:18:15 +10:00 |
|
ray-x
|
289f67013d
|
indent fallback if treesitter not found
|
2022-07-06 10:05:58 +10:00 |
|
ray-x
|
56b00b83d5
|
diagnostic func failed to keymap
|
2022-07-05 02:13:24 +10:00 |
|
ray-x
|
3fe9a876c4
|
bugfix hover keymaps not mapped correctly
|
2022-07-04 10:03:54 +10:00 |
|
rayx
|
acca6009e0
|
[Breaking] using vim.keymap.set, breaking changes (#200)
* using vim.keymap.set, breaking changes
* update keymaps
* doc updates
|
2022-07-04 00:13:19 +10:00 |
|
ray-x
|
a225d18eaf
|
new tests for hierarchy, refactor reference_spec test
|
2022-07-03 21:29:00 +10:00 |
|
ray-x
|
7d84a9f0c0
|
issue #201 vfn nil
|
2022-07-03 20:09:28 +10:00 |
|
ray-x
|
22e858f261
|
#195 update doc for rust-tool, make client/bufnr require fields for mapping.setup(opts) when calling from rust/clangd on_attach
|
2022-07-03 11:37:56 +10:00 |
|
ray-x
|
724d5f3439
|
add scope info in treesitter panel
|
2022-07-02 20:51:12 +10:00 |
|
ray-x
|
3dc8c02c39
|
add scope info in panel
|
2022-07-02 20:49:54 +10:00 |
|
ray-x
|
91d1366b65
|
update treesitter for 0.6.1 pipeline
|
2022-07-02 12:20:11 +10:00 |
|
ray-x
|
d951a5fcd2
|
fix for test failure
|
2022-07-02 11:12:58 +10:00 |
|
ray-x
|
68eb18c310
|
offset for definition preview
|
2022-06-30 01:39:06 +10:00 |
|