Commit Graph

89 Commits

Author SHA1 Message Date
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
26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 2021-09-09 12:59:58 +10:00
ray-x
0dc5851d1c Update coedelens in README.md 2021-09-08 11:12:20 +10:00
ray-x
2cb2b23c6d Add split options when open preview file 2021-09-08 08:38:07 +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
ray-x
cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode 2021-09-01 15:25:11 +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
5b65d8f389 Update document regarding code lens 2021-08-30 12:22:10 +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
72e0b4e1e4 github workflow and reference spec test 2021-08-24 17:14:43 +10:00
ray-x
b292c2b981 Merge branch 'master' of github.com:ray-x/navigator.lua 2021-08-24 09:17:33 +10:00
ray-x
f5a1fc747b add diagnostic_virtual_text, #42 2021-08-24 09:17:20 +10:00
Beau
acc0a727fe
Patch 1 (#44)
* Fix typos
2021-08-23 22:17:47 +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
04cf51f6c8 feature: blur effect
feature: transparancy setup
2021-08-19 10:01:10 +10:00
ray-x
3c4838164b Update README.md 2021-08-18 11:25:28 +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
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
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
5b2dcb7cd0 Rename ToggleLspFmt to LspToggleFmt 2021-07-23 10:44:55 +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
86f3963e45 update screenshort URL 2021-07-17 12:41:06 +10:00
ray-x
fe936ee69a Merge branch 'master' of github.com:ray-x/navigator.lua 2021-07-17 12:34:22 +10:00
ray-x
3f6de1f686 document update, golsp setup 2021-07-17 12:34:07 +10:00
zootedb0t
c4cf352798
Fix typo in README (#32) 2021-07-16 19:14:26 +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
c5fe79d6df update window height and width preset 2021-06-25 20:18:55 +10:00
ray-x
b68340a467 Document updates 2021-06-24 01:17:43 +10:00
ray-x
c818a97136 gopls default setup 2021-06-18 08:50:49 +10:00
ray-x
b60108978a Update document regarding plugin highlight 2021-06-18 08:34:40 +10:00
ray-x
713dd7eeab Highlight for preview 2021-06-18 08:27:58 +10:00
ray-x
01cd2e8020 update README 2021-06-16 09:51:57 +10:00
Daniel Nehrig
8f99e669a2
#14 add border property to documentation (#16) 2021-06-16 09:36:14 +10:00
ray-x
77a525d2e4 update keymap in readme 2021-06-14 19:42:50 +10:00
ray-x
b100c8aa06 using githubusercontent 2021-06-14 12:47:45 +10:00
ray-x
a3a83e5ced Readme update 2021-06-14 12:39:40 +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
8d75a1498a bugfix: fname->filename; allow treesitter work without LSP 2021-06-03 01:25:56 +10:00
ray-x
6a15e6838d add multiple symbol highlight 2021-05-29 21:08:30 +10:00