ray-x
db09db7ef3
neovim 0.6 update for highlight
2021-11-12 20:06:47 +11:00
ray-x
342a429485
update disable filetype and README
2021-11-06 12:21:20 +11:00
ray-x
04cfdbd4d2
rls symbol
2021-11-06 10:21:57 +11:00
ray-x
04d8e71008
add setup option
2021-11-05 12:34:04 +11:00
ray-x
a6f668e05f
preselect 1st item in code action. lsp_signature hook
2021-11-05 12:33:40 +11:00
ray-x
f43b0aba0e
add diagnostic toggle, adjust width of preview window
2021-11-04 11:08:22 +11:00
ray-x
5a84868481
using client number in code action
2021-11-03 15:00:30 +11:00
ray-x
427007ee9b
bugfix issue #97
2021-11-03 10:35:09 +11:00
ray-x
262181246d
update symbol preview with treesitter scope
2021-11-02 20:16:16 +11:00
TANIGUCHI Masaya
d9fb882e98
Add markdown ( #96 )
2021-11-01 15:45:39 +11:00
ray-x
622804e674
client load table on filetype detected
2021-10-28 15:35:30 +11:00
ray-x
c9514dffe9
support for lsp-installer (deprecate lsp-installer) issue #90
2021-10-24 12:37:09 +11:00
ray-x
c890f3818d
Merge branch 'nvim-lsp-installer'
2021-10-24 12:34:26 +11:00
ray-x
74ea1ddd73
document update
2021-10-24 12:30:52 +11:00
ray-x
062e7e4ffc
document save & fmt aucmd
2021-10-20 11:22:41 +11:00
ray-x
fab08151e6
refactor diagnostic https://github.com/neovim/neovim/pull/16057
2021-10-20 10:08:59 +11:00
ray-x
0c0801c92d
fix for issue #92 default_mapping=false
2021-10-19 10:04:14 +11:00
ray-x
5083b07972
setup with lsp installer
2021-10-18 13:15:17 +11:00
ray-x
b936cbb48d
updates for lsp-installer
2021-10-18 11:56:39 +11:00
ray-x
87f4c2b664
deprecate lspinstall in faviour of lsp_installer
2021-10-18 10:46:21 +11:00
ray-x
7514301d80
bugfix issue #91 return if no result returns
2021-10-17 17:36:07 +11:00
ray-x
d6b81ba8ab
bug fix #91 outgoing_calls failure for pyright
2021-10-17 15:29:17 +11:00
ray-x
36c01adc2d
buffer lsp reference highlight #88
2021-10-15 14:28:28 +11:00
ray-x
0a5db66968
format per buffer setup
2021-10-14 14:55:40 +11:00
ray-x
c4bfcabd64
merge lsp_request check lsp cap before sending lsp request to client
2021-10-13 20:27:46 +11:00
ray-x
36683e3646
remove logs and update golang version
2021-10-11 16:28:49 +11:00
ray-x
ed834ecf0d
diagnostic fix for #86
2021-10-11 11:26:40 +11:00
ray-x
1b3ba27403
bugfix start warning code action
2021-10-08 16:02:13 +11:00
ray-x
b521c2e7bb
update code_action/code_lens_action config. Move to lsp section
2021-10-08 14:38:47 +11:00
ray-x
d932978441
update code lens action icon
2021-10-08 14:20:56 +11:00
ray-x
89b08bc968
svelte, codeaction remove empty, luadev #72
2021-10-06 10:57:03 +11:00
ray-x
a952d694e1
lazyload for lua-dev
2021-10-05 17:53:53 +11:00
ray-x
1f3680d4b1
bugfix for codeAction newText
2021-10-05 14:00:54 +11:00
ray-x
faab21a1a7
issue #82
2021-10-05 09:56:23 +11:00
ray-x
c08cbdda89
lazy load for lua-dev
2021-10-05 09:48:46 +11:00
rayx
93c7eae2ca
Code action v2 ( #81 )
...
* bugfix for #71
* Better lspinstall support
* incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78
* remove logs
* update README.md
* defer format update
* lazyload lua-dev #72
* timer of filetype detect to 500
* document update
* update codeaction
* action command
* update code action details
* add svelteserver
2021-10-01 18:53:52 +10:00
ray-x
74af2c1a72
add svelteserver
2021-10-01 18:51:46 +10:00
ray-x
892804d51e
update code action details
2021-10-01 02:41:00 +10:00
ray-x
00a015e27a
action command
2021-09-30 21:29:06 +10:00
ray-x
c55729e879
update codeaction
2021-09-30 21:10:35 +10:00
ray-x
687f78db5b
timer of filetype detect to 500
2021-09-28 10:21:03 +10:00
ray-x
1ba70b81d5
lazyload lua-dev #72
2021-09-28 08:24:22 +10:00
ray-x
4e69764a52
defer format update
2021-09-27 10:55:43 +10:00
ray-x
9460b82d05
Merge branch 'master' into multi_loading
2021-09-27 10:44:11 +10:00
ray-x
d793df9b42
remove logs
2021-09-27 10:25:40 +10:00
ray-x
2afd51ae11
incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78
2021-09-24 16:46:17 +10:00
ray-x
0f2868c5e6
Better lspinstall support
2021-09-24 11:54:03 +10:00
spindensity
633c7da38f
Fix #73 : Calling defintion_preview() on blank lines causes error ( #74 )
...
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
2021-09-23 17:18:42 +10:00
spindensity
5391bf6aec
Fix #75 : The error handling code of implementation_handler() does not work ( #76 )
...
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
2021-09-23 17:17:49 +10:00
ray-x
3c0646074a
bugfix for #71
2021-09-23 10:41:28 +10:00
ray-x
a2ddb1ff4b
logs cleanup. enable formatting hook only when cap formatting
2021-09-23 00:43:31 +10:00
ray-x
ecb25de260
rename disable_format_ft to disable_format_cap
2021-09-22 19:46:24 +10:00
ray-x
97b265a64d
Update diagnostic virtual text marker
2021-09-22 17:28:15 +10:00
ray-x
e56eeb4f88
issue #67 disable_lsp = 'all' causes errors
2021-09-22 00:29:33 +10:00
ray-x
295b5e89ec
cleanup logs, enable pyright format with black
2021-09-21 01:44:55 +10:00
ray-x
69578d6a3c
Delete deprecated hover.lua, update floating win width, refresh diagnostic errors
2021-09-20 14:19:00 +10:00
rayx
79fee5dda8
Vim diagnostic refactor ( #63 )
...
* multigrid support
* Tuning diagnostic performance, add codelens inline hint function
* add ctx to error marker handler
* setup lsp_signature from navigator
* diagnostic refact PR https://github.com/neovim/neovim/pull/15585
* diagnostic api changes
* allow disable emoji/nerdfont icons setup
* improve diagnostic/codeaction/codelens preview popup; add seperate line
* severity_sort set to reverse
* prettier for markdown. code action virtual text show title
2021-09-19 12:42:34 +10:00
ray-x
90039247b4
jdtls, enable signature by default
2021-09-14 10:41:13 +10:00
rayx
91e22f5e71
Lv thread ( #60 )
...
* update tests, update total display
* not run ts def multiple time
* Thread enable for display and backend
* remove ::continue::
* README updates
* skip diagnostic in edit mode
* error marker uri nil handling
* disable debug
* debounce text change to 1s
* severity sort
* diagnostic skip loading files
2021-09-13 23:18:54 +10:00
ray-x
507ad0b146
error marker uri error
2021-09-12 14:35:20 +10:00
ray-x
26012cf9c1
Merge vim.loop changes (replacing vim.fn.getcwd)
2021-09-09 12:59:58 +10:00
ray-x
2cb2b23c6d
Add split options when open preview file
2021-09-08 08:38:07 +10:00
ray-x
890b3c5f7f
keymapping #57
2021-09-08 01:48:42 +10:00
ray-x
2a174d8eb4
typo, cleanup
2021-09-08 01:06:58 +10:00
ray-x
22028ff82e
#57 refactor keymapping on lsp attach
2021-09-07 21:08:00 +10:00
ray-x
d60b3c4024
keymapping for signature. Align to lspconfig default
2021-09-06 11:36:31 +10:00
rayx
08dba1beb6
Nvim 0 6 lsp signature changes ( #56 )
...
* bugfix diagnostic error
* bugfix for code lens for neovim 0.6
* gh test workflow
* bugfix github workflow
2021-09-06 08:34:26 +10:00
ray-x
f33a3e8e7d
allow preview more lines
2021-09-04 18:49:08 +10:00
ray-x
b9f8ed3c55
show error messages
2021-09-04 16:55:02 +10:00
ray-x
56479a0339
add gitignore, remove logs and print statement
2021-09-01 17:14:00 +10:00
ray-x
2d1aa63b93
Merge branch 'master' of github.com:ray-x/navigator.lua
2021-09-01 15:25:26 +10:00
ray-x
cde5c6be5c
strange code action casued cursor drifting. disable codeaction in insert mode
2021-09-01 15:25:11 +10:00
Matt Bailey
d771df0fa7
Name change lspinstall to nvim-lspinstall in lazy loader ( #54 )
...
On a clean install, packer compiles down to:
```lua
["nvim-lspinstall"] = {
loaded = true,
path = "..."
},
```
rather than
```lua
["nvim-lspinstall"] = {
loaded = true,
path = "..."
},
```
without this change, I get a (cosmetic) error on every startup like this:
```
Error: attempted to load lspinstall which is not present in plugins table!
Error in packer_compiled: ...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:13: Error: attempted to load lspinstall which is not present in plugins table!
Please check your config for correctness
```
```
2021-09-01 09:00:25 +10:00
ray-x
e36809759b
clean up logs
2021-08-31 15:03:12 +10:00
ray-x
e37b52ffc1
allow using number 1~9 to quick jump to item in the list
2021-08-31 12:50:37 +10:00
ray-x
be888b94a1
#53 <BS> remap for rename
2021-08-31 07:38:34 +10:00
ray-x
940349759b
Feature: LRU cache for search result
2021-08-29 17:35:46 +10:00
ray-x
d39cf20903
disable all lsp #49 by setting disable_lsp='all'
2021-08-27 10:25:48 +10:00
ray-x
dd4b04159d
lsp nerdfont for cmp
2021-08-26 16:19:03 +10:00
ray-x
01f97aa665
capabilities default. based on cmp nvim-lsp suggestions
2021-08-26 10:36:35 +10:00
Behzad
5c7925a54a
Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. ( #47 )
2021-08-26 09:20:22 +10:00
ray-x
72e0b4e1e4
github workflow and reference spec test
2021-08-24 17:14:43 +10:00
ray-x
f5a1fc747b
add diagnostic_virtual_text, #42
2021-08-24 09:17:20 +10:00
ray-x
aef51cc696
allow config codelens icon
2021-08-23 12:56:59 +10:00
ray-x
78e574cbcd
codelens setup for gopls
2021-08-23 12:56:04 +10:00
ray-x
369233a758
change print info to log. codelens is not supported by lots of lsp
2021-08-22 21:19:40 +10:00
ray-x
a200c1db2b
Update UI for code lens
2021-08-22 20:13:00 +10:00
ray-x
58ac955777
codelens support, foldelsp
2021-08-22 09:19:11 +10:00
ray-x
51d32b26b9
Feature: Treesitter folding
2021-08-20 01:19:38 +10:00
ray-x
d29ce05d16
New treesitter util helper to find node type in current line
2021-08-20 01:14:03 +10:00
ray-x
04cf51f6c8
feature: blur effect
...
feature: transparancy setup
2021-08-19 10:01:10 +10:00
ray-x
4f262e9909
deprecate pyls
2021-08-18 12:18:07 +10:00
ray-x
a1bd077939
bugfix #41 extra <cmd> in keymapping
2021-08-18 10:50:17 +10:00
ray-x
d04159f633
bugfix #40 handle nil lsp setup
2021-08-18 10:31:20 +10:00
ray-x
a85c3e89ae
do not load lsp if server executable is not valid
2021-08-17 19:13:05 +10:00
ray-x
0584a5cd06
feature: diagnostic sign in scroll bar area enable by default
2021-08-17 08:32:17 +10:00
ray-x
7dd5d50691
update default treebindings #39
2021-08-15 19:46:30 +10:00
ray-x
4ff9aa47a3
diagnosticDelay and watchedFileDelay update for gopls (0.7.1)
2021-08-14 13:05:40 +10:00
ray-x
ef995eeb7e
border setup for diagnostic
2021-08-12 23:34:27 +10:00
ray-x
f16a04482d
add config for showing error in quickfix
2021-08-12 12:25:15 +10:00
ray-x
54906cebaf
Diagnostic error per buffer
2021-08-10 15:27:20 +10:00
ray-x
96e9772d5b
bugfix: virtual marker out of range for diag
2021-08-10 09:48:49 +10:00
ray-x
747db16f59
clean namespace, update doc
2021-08-10 02:03:51 +10:00
ray-x
2c11296b70
Feature: show diagnostics info summary in scrollbar area
2021-08-10 01:09:53 +10:00
ray-x
d034edbe0e
add lspinstall
2021-08-06 17:24:03 +10:00
ray-x
6c753645c3
close the quickfix if there is no diagnostic errors
2021-08-03 11:24:51 +10:00
ray-x
3d170771e9
update diangostic event handler
2021-08-01 23:32:55 +10:00
ray-x
1fa56d20a5
set_loclist update
2021-07-31 15:21:14 +10:00
ray-x
5b2dcb7cd0
Rename ToggleLspFmt to LspToggleFmt
2021-07-23 10:44:55 +10:00
ray-x
1ef00fe742
Add ToggleLspFmt to disable lsp format, bugfix for signature
2021-07-23 10:19:19 +10:00
ray-x
fec4640966
bugfix: codeaction broken because guihua update
2021-07-20 15:59:21 +10:00
ray-x
5af79c7ff2
bugfix: #35 update fzy on_confirm, it might cause #35
2021-07-20 09:32:09 +10:00
ray-x
3f6de1f686
document update, golsp setup
2021-07-17 12:34:07 +10:00
ray-x
62178024fd
add efm load option
2021-07-09 00:30:30 +10:00
ray-x
1df533bf5f
[bugfix] lua sumneko go definition multi definitions uri nil
2021-07-08 23:08:19 +10:00
ray-x
dcc616765e
[Bugfix] Update default config regarding keymaps
2021-07-08 13:05:39 +10:00
ray-x
380c2c4c6e
Add keymapping for workspace (lspconfig)
2021-07-08 12:44:51 +10:00
ray-x
d58c377a73
[Breaking] change some of mappings to be same as lspconfig
2021-07-08 12:30:49 +10:00
ray-x
f8060a72c8
update keymapping override document and sample config
2021-07-08 08:50:06 +10:00
ray-x
d62b03c394
remove defer_fn as it may throw error messages...
2021-07-05 12:19:18 +10:00
ray-x
e64c56789f
improve on_attach override
2021-07-05 11:21:52 +10:00
ray-x
47656e063e
tuning timer
2021-07-05 10:22:34 +10:00
ray-x
18fc04a18c
merge changes
2021-07-05 10:13:57 +10:00
ray-x
70ebfffb55
Merge branch 'client_failed_startup'
2021-07-05 10:13:44 +10:00
ray-x
a0fa3d278a
retry client setup
2021-07-05 10:08:34 +10:00
ray-x
f16893fc4f
Revert "improve launching time"
...
This reverts commit b08bfd6839
.
2021-07-05 08:52:48 +10:00
ray-x
0d29116b18
limit the number of file running treesitter analysis
2021-07-02 20:49:49 +10:00
ray-x
b08bfd6839
improve launching time
2021-07-02 19:32:19 +10:00
ray-x
f30e5a290d
gopls flags->allow_incremental_sync/debounce update
2021-07-01 16:32:07 +10:00
ray-x
f5f07d586d
add logs for windows
2021-07-01 07:53:41 +10:00
ray-x
05e51f2e74
postphone the treesitter loading
2021-06-30 13:53:36 +10:00
ray-x
69e16a55d2
disable luaformat and reformat key_maps
2021-06-29 13:32:42 +10:00
RogerYK
16da97e10d
fix keymaps setting ( #25 )
...
Remove duplicate key mappings
2021-06-29 13:29:20 +10:00
ray-x
baad5112d8
optimize jump to position
...
improve jump location
2021-06-28 20:48:46 +10:00
ray-x
1acfe90f12
path seperate update
2021-06-25 22:17:28 +10:00
ray-x
e4ca27ca86
MS Windows name update
2021-06-25 20:28:26 +10:00
ray-x
c5fe79d6df
update window height and width preset
2021-06-25 20:18:55 +10:00
ray-x
95b45a6cf6
windows path fix: issue #20
2021-06-25 10:33:04 +10:00
ray-x
298c4659da
ccls call hierarchy
2021-06-24 00:09:33 +10:00
ray-x
7514fa9f70
update lua-lsp
2021-06-20 11:45:42 +10:00
ray-x
d8196c26a0
remove lsp_signature from on_attach
2021-06-18 09:24:02 +10:00
ray-x
c818a97136
gopls default setup
2021-06-18 08:50:49 +10:00
ray-x
713dd7eeab
Highlight for preview
2021-06-18 08:27:58 +10:00
ray-x
72ecc85842
add rename
2021-06-18 01:39:41 +10:00
ray-x
b56ca88390
add debounce setup in lsp
2021-06-18 00:49:13 +10:00
Mateus B. Melchiades
a955e07992
Symbols aggregated in config ( #15 )
2021-06-16 06:46:04 +10:00
ray-x
807f41975e
add floating windows edit option
2021-06-13 14:03:01 +10:00
ray-x
53f384ba46
Add autocommand group to prevent evnet pile-up
2021-06-12 12:15:16 +10:00
ray-x
6c9ce98d03
Update kemap document
2021-06-11 21:33:22 +10:00
ray-x
f813aa97db
Bugfix: truncate file path in treesitter buffers symbols, update doc for key mapping
2021-06-10 22:12:25 +10:00
ray-x
8b84a0e3aa
Bugfix: window path, !=, ~= for lhs
2021-06-10 20:08:52 +10:00
ray-x
4ad8fa3e95
Clean up space pad for reference listview
2021-06-10 06:39:37 +10:00
ray-x
09667c32a9
gopls on_attach does not trigger on every open buffer, need keymap for all buffers
2021-06-09 20:51:38 +10:00
ray-x
2d7214d875
bugfix: mapping setup
2021-06-09 13:43:14 +10:00
ray-x
d8385f2993
change sumneko setup, move it to lsp section
2021-06-09 08:34:36 +10:00
ray-x
624053bd8f
Update aligement
2021-06-08 16:41:34 +10:00
ray-x
2221cf5544
allow override for lsp config
2021-06-08 01:23:20 +10:00
ray-x
c872b43faf
treesitter function definition
2021-06-05 08:33:23 +10:00
ray-x
8d75a1498a
bugfix: fname->filename; allow treesitter work without LSP
2021-06-03 01:25:56 +10:00
ray-x
9788bbaf54
using open_floating_preview API as focus preview deprecated
2021-05-30 12:25:05 +10:00
ray-x
6a15e6838d
add multiple symbol highlight
2021-05-29 21:08:30 +10:00
ray-x
1546b6a604
Allow disable all keymaps
2021-05-28 10:10:28 +10:00
ray-x
fe65abed35
allow change log level to trace from config
2021-05-27 11:10:32 +10:00
ray-x
41a43eaf64
Bugfix lhs ==
2021-05-27 08:36:10 +10:00
ray-x
b61e280400
truncate filepath
2021-05-26 22:15:32 +10:00
ray-x
7e8c3376f4
LSP reference and write color optimize
2021-05-24 20:20:28 +10:00
ray-x
6bf9a5990b
update doc highlight, it did not work well for dracula
2021-05-24 07:19:56 +10:00
ray-x
8c055b7b03
Updata on_attach logic, allow lsp specific on_attach as well as generic
...
on_attach. Document updates
2021-05-23 14:10:49 +10:00
ray-x
7c6c37d169
fix treesitter defination lookup for go
2021-05-23 00:03:34 +10:00
ray-x
f430fdfbb9
treesitter symboles display: remove trailing bracket
2021-05-22 19:49:01 +10:00
ray-x
88ac6268cf
improve lsp loading and prevent muliple loading
2021-05-22 19:03:55 +10:00
ray-x
4e748eccab
fix treesitter for C++. Add variable defination(C++, Go)
2021-05-22 15:34:46 +10:00
ray-x
fc37a3f9a2
bug fix and add error logs
2021-05-22 10:54:10 +10:00
ray-x
777acc4b92
merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result
2021-05-21 21:39:46 +10:00
ray-x
7351a65917
Update treesitter adding arrow function and function types for
...
treesitter
2021-05-17 13:15:15 +10:00
ray-x
dc309fdad2
treesitter display improvement
2021-05-15 11:11:20 +10:00
ray-x
bd0d892f22
lua-format
2021-05-14 19:33:12 +10:00
ray-x
ab7c79ff0b
disable diagnostic when insert
2021-05-14 19:23:57 +10:00
ray-x
077f8080e7
check cap for incomming and out-going
2021-05-14 19:10:13 +10:00
ray-x
8c31546892
reference jump to word
2021-05-10 23:17:47 +10:00
ray-x
b23c31735c
bugfix treesitter typo, clap buf_input disable
2021-05-10 22:17:30 +10:00
ray-x
f9794ab058
use packer to load plugins
2021-05-10 09:58:13 +10:00
ray-x
7aea58acdd
update rust analyzer setup
2021-05-10 00:12:45 +10:00
ray-x
1275a8adc7
change api from loop.timer to vim.wait
2021-05-08 22:33:17 +10:00
ray-x
fc759b4e8a
document symbol jump
2021-05-08 14:54:37 +10:00
ray-x
554b546a67
pyright update
2021-05-06 06:09:54 +10:00
ray-x
74cbed573b
refact lspclient
2021-05-05 21:37:55 +10:00
ray-x
5b81df0a04
A few lsp clients with default setup
2021-05-05 10:47:26 +10:00
ray-x
69565e38d3
add ccls support
2021-05-05 10:23:40 +10:00
ray-x
4a58870a28
better autoload, prevent multiple loading for same lsp server
2021-05-04 23:20:43 +10:00
ray-x
14886706db
lazy plugin loading and autocmd to load the plugin
2021-05-04 21:09:38 +10:00
ray-x
40c2144b98
ft check when client loading
2021-05-04 08:27:49 +10:00
ray-x
9dd9f7a6e1
update lsp client hook, lua lint
2021-05-03 20:45:51 +10:00
ray-x
08b4fa50c0
update debug level
2021-05-02 23:59:49 +10:00
ray-x
acdd4107a2
pyright setup, rust setup
2021-05-02 23:55:19 +10:00
ray-x
56d891876c
pyright setup, rust setup
2021-05-02 23:54:30 +10:00
ray-x
28f8407f4f
format mapping, code autoformat
2021-04-29 22:06:33 +10:00
ray-x
23ea6b94de
update treesitter symbol layout
2021-04-28 21:57:05 +10:00
ray-x
4b4097e35c
bind signature if lsp signature not loaded
2021-04-27 18:32:19 +10:00
ray-x
87bfe35a02
Add signature help and current active parameter highlighting
2021-04-27 01:24:12 +10:00
ray-x
bbe081630d
diagnosticls sign update
2021-04-26 23:40:20 +10:00
ray-x
d4c409ac3c
async reference call
2021-04-26 21:45:45 +10:00
ray-x
f92160080e
code clean up, remove lsp-status
2021-04-26 21:21:01 +10:00
ray-x
b7cf8a6e7d
add silent! to packadd so no error will throw
2021-04-26 20:35:21 +10:00
ray-x
0fd9943705
gsub for special chars in directory
2021-04-26 11:30:53 +10:00
ray-x
8c91e998f0
bugfix codeAction hint
2021-04-25 21:49:47 +10:00
ray-x
bd1feaea33
remove logs, update treesitter in README
2021-04-25 20:25:53 +10:00
ray-x
8982fd4206
bugfix on_attach is nil and diagnostic update
2021-04-25 14:44:05 +10:00
ray-x
93460890c6
user setup and doc updates
2021-04-25 13:58:32 +10:00
ray-x
54f4fca0c0
update doc and configuration for float win size
2021-04-25 12:43:18 +10:00
ray-x
0c89f6d673
check lsp-signature installed before load
2021-04-25 00:04:26 +10:00
ray-x
b35a04c6ca
update lspkind
2021-04-24 22:47:53 +10:00
ray-x
94fbc6b369
update lsp illuminate
2021-04-24 22:22:11 +10:00
ray-x
fab7b30c78
update lsp signature
2021-04-24 22:20:38 +10:00
ray-x
a5f00b0e3b
update lsp status
2021-04-24 22:17:39 +10:00
ray-x
09db37419c
update lsp status
2021-04-24 22:14:58 +10:00
ray-x
7457fef58c
update lsp status
2021-04-24 22:13:10 +10:00
ray-x
fda09ffd8b
update lsp status
2021-04-24 22:10:26 +10:00
ray-x
41746b63ce
remove logs
2021-04-24 21:31:31 +10:00
ray-x
599211ffb7
bugfix highlight reference
2021-04-24 21:28:34 +10:00
ray-x
5d16212099
get diagnostic for all buffers
2021-04-24 19:55:48 +10:00
ray-x
e97f80d038
update diagnostics symbol
2021-04-24 19:18:52 +10:00
ray-x
acaf2cab7b
bugfix: failed to load from plug
2021-04-24 17:24:14 +10:00
ray-x
90a0efc620
fix plug install
2021-04-24 17:07:10 +10:00
ray-x
e6d3d8e7de
lint
2021-04-24 15:14:20 +10:00
ray-x
a0a33b6a8c
treesitter checker
2021-04-24 14:20:42 +10:00
ray-x
d1d3966802
treesitter support and rust client support
2021-04-24 12:38:47 +10:00
ray-x
5e93e2ced2
add code action for buf action
2021-04-23 18:19:59 +10:00
ray-x
70356e73f3
fix bugs for worspace symbols
2021-04-23 14:21:22 +10:00
ray-x
7e0b1a67a9
update gopls settings
2021-04-23 09:39:24 +10:00
ray-x
16259eb4e7
update symbol nerdfonts
2021-04-21 12:12:48 +10:00
ray-x
bbc5fc749c
update emoji
2021-04-21 11:58:15 +10:00
ray-x
fc98753bf1
bug fix for log level, update README
2021-04-21 08:25:31 +10:00
ray-x
f46d8adf09
update doc symbol
2021-04-21 08:07:13 +10:00
ray-x
f815e7dfb9
add preview target line hl
2021-04-20 17:42:03 +10:00
ray-x
e2bf480d22
change log level
2021-04-19 13:54:40 +10:00
ray-x
09e5196049
typo elseif
2021-04-19 13:30:25 +10:00
ray-x
9d5f2efdbd
init commit
2021-04-19 12:56:32 +10:00