Commit Graph

102 Commits (451d761f76a4fad5496160bd1ebee0628b7b4234)

Author SHA1 Message Date
ray-x 451d761f76 features side panel for symbol reference 2 years ago
sp4ke a7886fc055
Fix keymap buffer (#223)
* apply key mapping to selected buffer only

* <help> filetype should not be handled by navigator

Co-authored-by: spike <spike@w530>
2 years ago
ray-x 8978bdb1e3 issue #219 missing end 2 years ago
ray-x ae251289b3 issue #218 range format operator 2 years ago
ray-x 5713f79265 clear autocmd #191 2 years ago
ray-x 05753da8db add deprecate message 2 years ago
ray-x c30ccd07c9 add options for lsp.buf.format()
update keymap doc
2 years ago
ray-x 3fe9a876c4 bugfix hover keymaps not mapped correctly 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 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
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 c1b0694bef map incoming/outgoing calls handler 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 61a82559d6 add treesitter tests 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
ray-x 3f49769abc lint all codes 2 years ago
rayx a73fb38ef9
update resolved_capacities -> server_capacities (#185)
* update resolved_capacities

* format renaming

* remove comments

* remove mk_handler. update documentFormator

* bumpup test image to ubuntu 22.04

* add logs when neovim is lower than 0.8
2 years ago
ray-x 9ceeb41b6f issue #175 format on save 2 years ago
ray-x 429cd16292 remove json from highlight autocmd 2 years ago
ray-x 2c7334e1b6 Merge branch 'master' into neovim_0.7 2 years ago
ray-x 3adbbaf509 remove terraform from auto highlight 2 years ago
ray-x ff8ae83300 reverse sort lsp actions 2 years ago
ray-x 2e43b8ee0a merge master 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 c03cbca758 update keymaps for gd 2 years ago
ray-x 2d5290d3d6 gd keymaps 2 years ago
ray-x e80f004f5b issue #133 change gT map to <Leader>gt 2 years ago
ray-x 19969e3902 keymap bugfix #119 2 years ago
ray-x abf5de64fd update gui for workspace symbol 2 years ago
ray-x 873135bf9a lsp def and lsp ref with async request 2 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x 85d907ffaf add lspkeymaphelp command to show the current keymapping 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 ce3c5fe2cb fix the referece floatwindow loading performance issue 2 years ago
ray-x a6f668e05f preselect 1st item in code action. lsp_signature hook 3 years ago
ray-x f43b0aba0e add diagnostic toggle, adjust width of preview window 3 years ago
ray-x 062e7e4ffc document save & fmt aucmd 3 years ago
ray-x fab08151e6 refactor diagnostic https://github.com/neovim/neovim/pull/16057 3 years ago
ray-x 0c0801c92d fix for issue #92 default_mapping=false 3 years ago
ray-x d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 3 years ago
ray-x 0a5db66968 format per buffer setup 3 years ago
ray-x c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 3 years ago
ray-x 00a015e27a action command 3 years ago
ray-x a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 3 years ago
ray-x 69578d6a3c Delete deprecated hover.lua, update floating win width, refresh diagnostic 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