Commit Graph

210 Commits (master)

Author SHA1 Message Date
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 2 years ago
ray-x edba3efd1e Calltree 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
rayx 9f7bd6ebff
Feature/198 calltree (#199)
* refactor hierarchy.lua

* show side panel for hierarchy

* allow call hierarchy to fold and expand to show call tree

* update command maps
2 years ago
ray-x f856fa7033 issue #195 update doc for rust-tools and clang-extensions 2 years ago
rayx 1f6103ed95
Side panel (#197)
* add sidepanel

* revert some changes and fix nil indent level

* Add side panel; bugfix for ctags
2 years ago
ray-x 27442d2784 simpily codeaction and range_code_action keymapping and code 2 years ago
ray-x c15bae89ab doc updates for rust-tools #195 2 years ago
ray-x f8985d7aa2 allow skip lsp clients setup 2 years ago
ray-x 516d643ffe lsp installer update issue #181 2 years ago
ray-x cce0e90544 gui listview updates, allow listview cover more spaces 2 years ago
ray-x 6e937e9019 workspace symbole search improvements. allows to show interactive search results in the symbol list. 2 years ago
Michael Adler ff4bcc6d83
doc(packer): depend on nvim-lspconfig (#188) 2 years ago
ray-x 34c3bc9c76 Merge branch 'master' into neovim_0.7 2 years ago
studierer 035917c57a
add more lsp (#152) 2 years ago
ray-x 4018cab16d update README 2 years ago
ray-x 5773f66d14 terraform updates 2 years ago
ray-x 2c7334e1b6 Merge branch 'master' into neovim_0.7 2 years ago
ray-x 37e8b68506 doc updates 2 years ago
Joseph DelCioppio b10964e5a2
Add support for ELixir LS (#149) 2 years ago
ray-x f0c5610a1f merge master 2 years ago
ray-x 92f56ffe4b update README.md 2 years ago
ray-x 76e0c8d3ff update README 2 years ago
ray-x ded2a6510f bump up version requirement in readme 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
ray-x 1f3ae4a675 update readme of log path, remove lspinstaller logs 2 years ago
ray-x 3bc154bbb3 issue #135 bugfix 2 years ago
ray-x e80f004f5b issue #133 change gT map to <Leader>gt 2 years ago
ray-x e04914ab6c doc update for lsp_installer 2 years ago
ray-x db4eb5f155 document update 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 f9af69e4bf update treesitter folding screenshot 2 years ago
ray-x 2ad5d1e1d0 update treesitter folding screenshot 2 years ago
Ian C 6e9f20f586
fix typo (#122) 2 years ago
Ian C fcf7814c9a
fix typos (#121)
* fix typos

* fix typos
2 years ago
Ian C f3bf6ab4f6
fix typo (#120) 2 years ago
ray-x ecc1f2d28a update README.md 2 years ago
ray-x 4739722774 update README.md 2 years ago
Beau McCartney b618358628
Update README.md (#118)
* Update README.md

Display the default nmap Gr, the async_ref function.

* Update README.md

Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
ray-x 0f653784ea Doc update 2 years ago
rayx 941b3fc80f
vim.ui.select adapt native codeaction and codelens apply actions (#117)
* doc update for lsp-installer

* use vim.ui.select and guihua ui patch

* adjust null-ls sequence
2 years ago
ray-x 2f44f0115a add servers options for #109 3 years ago
Loreo13 c85fcb202f
Add support for clojure_lsp (#107)
* Add support for clojure_lsp

* Show clojure_lsp is supported in README.MD
3 years ago
Mateusz Kubaszek 22da11569b
doc(refactor): Fix code in example reference to disable lsp or override settings (#106) 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 19df02d40d update README 3 years ago
ray-x 5423a6ff36 update readme 3 years ago
ray-x 93b38136f8 README update 3 years ago
ray-x 342a429485 update disable filetype and README 3 years ago
ray-x b196af9311 Merge branch 'codeaction_client' 3 years ago
ray-x f43b0aba0e add diagnostic toggle, adjust width of preview window 3 years ago
ray-x 63bbdf4cf2 update README.md issue#93 3 years ago
ray-x 4c7e7f683d update README.md 3 years ago
ray-x 427007ee9b bugfix issue #97 3 years ago
ray-x 262181246d update symbol preview with treesitter scope 3 years ago
ray-x 9b148290a4 update multigrid document 3 years ago
ray-x 552dc8901f update multigrid screenshot 3 years ago
ray-x c890f3818d Merge branch 'nvim-lsp-installer' 3 years ago
ray-x 74ea1ddd73 document update 3 years ago
ray-x 5083b07972 setup with lsp installer 3 years ago
ray-x 87f4c2b664 deprecate lspinstall in faviour of lsp_installer 3 years ago
ray-x b521c2e7bb update code_action/code_lens_action config. Move to lsp section 3 years ago
ray-x aa9133af7e document update 3 years ago
ray-x c035c225ea update README.md 3 years ago
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
ray-x 5e500bef98 document update 3 years ago
ray-x ecb25de260 rename disable_format_ft to disable_format_cap 3 years ago
ray-x 386661a6d9 document update for GHListHl #66 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
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 26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 3 years ago
ray-x 0dc5851d1c Update coedelens in README.md 3 years ago
ray-x 2cb2b23c6d Add split options when open preview file 3 years ago
ray-x 22028ff82e #57 refactor keymapping on lsp attach 3 years ago
ray-x d60b3c4024 keymapping for signature. Align to lspconfig default 3 years ago
ray-x cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode 3 years ago
ray-x e37b52ffc1 allow using number 1~9 to quick jump to item in the list 3 years ago
ray-x be888b94a1 #53 <BS> remap for rename 3 years ago
ray-x 5b65d8f389 Update document regarding code lens 3 years ago
ray-x 940349759b Feature: LRU cache for search result 3 years ago
ray-x d39cf20903 disable all lsp #49 by setting disable_lsp='all' 3 years ago
ray-x 72e0b4e1e4 github workflow and reference spec test 3 years ago
ray-x b292c2b981 Merge branch 'master' of github.com:ray-x/navigator.lua 3 years ago
ray-x f5a1fc747b add diagnostic_virtual_text, #42 3 years ago
Beau acc0a727fe
Patch 1 (#44)
* Fix typos
3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x 51d32b26b9 Feature: Treesitter folding 3 years ago
ray-x 04cf51f6c8 feature: blur effect
feature: transparancy setup
3 years ago
ray-x 3c4838164b Update README.md 3 years ago
ray-x 0584a5cd06 feature: diagnostic sign in scroll bar area enable by default 3 years ago
ray-x 7dd5d50691 update default treebindings #39 3 years ago
ray-x f16a04482d add config for showing error in quickfix 3 years ago
ray-x 54906cebaf Diagnostic error per buffer 3 years ago
ray-x 747db16f59 clean namespace, update doc 3 years ago
ray-x 2c11296b70 Feature: show diagnostics info summary in scrollbar area 3 years ago
ray-x d034edbe0e add lspinstall 3 years ago
ray-x 5b2dcb7cd0 Rename ToggleLspFmt to LspToggleFmt 3 years ago
ray-x 5af79c7ff2 bugfix: #35 update fzy on_confirm, it might cause #35 3 years ago