Commit Graph

84 Commits (85e3f6e04584f13661d72138cfb70550755b0caa)

Author SHA1 Message Date
ray-x 85e3f6e045 Allow user pass the lua-dev setup into navigator 2 years ago
ray-x c30ccd07c9 add options for lsp.buf.format()
update keymap doc
2 years ago
ray-x 56b00b83d5 diagnostic func failed to keymap 2 years ago
rayx acca6009e0
[Breaking] using vim.keymap.set, breaking changes (#200)
* using vim.keymap.set, breaking changes

* update keymaps

* doc updates
2 years ago
ray-x 8d77c3ab1e bug fix for #166 not all items shown in listview. Also add flag allow control when the ts info will be added
update readme
2 years ago
ray-x 9dee73010b optimize treesitter symbol tree 2 years ago
ray-x 61a82559d6 add treesitter tests 2 years ago
ray-x f8985d7aa2 allow skip lsp clients setup 2 years ago
ray-x 6b4cfa3d59 symbol layout update 2 years ago
ray-x cce0e90544 gui listview updates, allow listview cover more spaces 2 years ago
ray-x d0ab595b93 code action flicker 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
ray-x 0c31d692ee https://github.com/ray-x/navigator.lua/pull/179 and issue #177 lsp codelens enable 2 years ago
0x7a7a 595263e8b4
fix diagnostic cfg path error (#173)
* fix diagnostic cfg path error

* add defult lsp.diagnostic setting

* Update navigator.lua

Simplify logic

Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x e55ae08e9d bugfix #163 defination not found 2 years ago
ray-x b69154f9ee nil handling 2 years ago
ray-x 7f22411b1f issue #156 Can't disable virutal text 2 years ago
ray-x 2e43b8ee0a merge master 2 years ago
ray-x 2232317b0a combine on_attach 2 years ago
ray-x ff57a1f916 force keymap to be loaded when on_attach is not called it may releated to #130 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
ray-x e80f004f5b issue #133 change gT map to <Leader>gt 2 years ago
ray-x bad19ebc84 lsp_signature setup was not documented in README. Add playground folder 2 years ago
ray-x 4144024068 allow to config when will the fuzzy finder prompt to be shown 2 years ago
ray-x 873135bf9a lsp def and lsp ref with async request 2 years ago
ray-x 85d907ffaf add lspkeymaphelp command to show the current keymapping 2 years ago
ray-x ce3c5fe2cb fix the referece floatwindow loading performance issue 2 years ago
ray-x 2f44f0115a add servers options for #109 3 years ago
ray-x 9aec552ac1 Add warning messages if the user setup maybe deprecated or incorrect 3 years ago
ray-x cdee0ec57b bugfix #105 3 years ago
ray-x 83b66dbea1 Add error check for config, Allow show additional info for diagnostic 3 years ago
ray-x 388711d97d issue #101 disable diagnostic_scrollbar 3 years ago
ray-x 04d8e71008 add setup option 3 years ago
ray-x f43b0aba0e add diagnostic toggle, adjust width of preview window 3 years ago
ray-x c9514dffe9 support for lsp-installer (deprecate lsp-installer) issue #90 3 years ago
ray-x 87f4c2b664 deprecate lspinstall in faviour of lsp_installer 3 years ago
ray-x c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 3 years ago
ray-x 1b3ba27403 bugfix start warning code action 3 years ago
ray-x b521c2e7bb update code_action/code_lens_action config. Move to lsp section 3 years ago
ray-x d932978441 update code lens action icon 3 years ago
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
ray-x a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 3 years ago
ray-x ecb25de260 rename disable_format_ft to disable_format_cap 3 years ago
ray-x e56eeb4f88 issue #67 disable_lsp = 'all' causes errors 3 years ago
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
3 years ago
ray-x 90039247b4 jdtls, enable signature by default 3 years ago
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
3 years ago
ray-x 22028ff82e #57 refactor keymapping on lsp attach 3 years ago
ray-x f33a3e8e7d allow preview more lines 3 years ago
ray-x 56479a0339 add gitignore, remove logs and print statement 3 years ago