Commit Graph

117 Commits

Author SHA1 Message Date
Loreo13
c85fcb202f
Add support for clojure_lsp (#107)
* Add support for clojure_lsp

* Show clojure_lsp is supported in README.MD
2021-11-26 08:54:11 +11:00
Mateusz Kubaszek
22da11569b
doc(refactor): Fix code in example reference to disable lsp or override settings (#106) 2021-11-25 23:16:43 +11:00
ray-x
83b66dbea1 Add error check for config, Allow show additional info for diagnostic 2021-11-25 13:13:15 +11:00
ray-x
388711d97d issue #101 disable diagnostic_scrollbar 2021-11-22 01:32:45 +11:00
ray-x
19df02d40d update README 2021-11-18 14:49:36 +11:00
ray-x
5423a6ff36 update readme 2021-11-13 21:58:40 +11:00
ray-x
93b38136f8 README update 2021-11-10 19:54:17 +11:00
ray-x
342a429485 update disable filetype and README 2021-11-06 12:21:20 +11:00
ray-x
b196af9311 Merge branch 'codeaction_client' 2021-11-04 11:08:42 +11:00
ray-x
f43b0aba0e add diagnostic toggle, adjust width of preview window 2021-11-04 11:08:22 +11:00
ray-x
63bbdf4cf2 update README.md issue#93 2021-11-03 15:26:08 +11:00
ray-x
4c7e7f683d update README.md 2021-11-03 10:41:46 +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
ray-x
9b148290a4 update multigrid document 2021-10-28 17:10:46 +11:00
ray-x
552dc8901f update multigrid screenshot 2021-10-28 17:08:36 +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
5083b07972 setup with lsp installer 2021-10-18 13:15:17 +11:00
ray-x
87f4c2b664 deprecate lspinstall in faviour of lsp_installer 2021-10-18 10:46:21 +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
aa9133af7e document update 2021-09-28 12:05:57 +10:00
ray-x
c035c225ea update README.md 2021-09-27 10:36:12 +10:00
ray-x
0f2868c5e6 Better lspinstall support 2021-09-24 11:54:03 +10:00
ray-x
5e500bef98 document update 2021-09-22 19:48:31 +10:00
ray-x
ecb25de260 rename disable_format_ft to disable_format_cap 2021-09-22 19:46:24 +10:00
ray-x
386661a6d9 document update for GHListHl #66 2021-09-21 08:49:03 +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
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