Commit Graph

97 Commits

Author SHA1 Message Date
ray-x
05753da8db add deprecate message 2022-07-12 11:09:56 +10:00
ray-x
c30ccd07c9 add options for lsp.buf.format()
update keymap doc
2022-07-09 19:23:48 +10:00
ray-x
3fe9a876c4 bugfix hover keymaps not mapped correctly 2022-07-04 10:03:54 +10:00
rayx
acca6009e0
[Breaking] using vim.keymap.set, breaking changes (#200)
* using vim.keymap.set, breaking changes

* update keymaps

* doc updates
2022-07-04 00:13:19 +10:00
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 2022-07-03 11:37:56 +10:00
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
2022-06-28 14:40:19 +10:00
ray-x
c1b0694bef map incoming/outgoing calls handler 2022-06-27 08:47:50 +10:00
rayx
1f6103ed95
Side panel (#197)
* add sidepanel

* revert some changes and fix nil indent level

* Add side panel; bugfix for ctags
2022-06-22 01:56:17 +10:00
ray-x
27442d2784 simpily codeaction and range_code_action keymapping and code 2022-06-16 13:40:06 +10:00
ray-x
61a82559d6 add treesitter tests 2022-06-15 17:37:45 +10:00
ray-x
cce0e90544 gui listview updates, allow listview cover more spaces 2022-06-11 16:11:11 +10:00
ray-x
6e937e9019 workspace symbole search improvements. allows to show interactive search results in the symbol list. 2022-06-06 20:20:20 +10:00
ray-x
3f49769abc lint all codes 2022-06-02 01:41:26 +10:00
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
2022-05-15 23:13:01 +10:00
ray-x
9ceeb41b6f issue #175 format on save 2022-04-24 20:02:53 +10:00
ray-x
429cd16292 remove json from highlight autocmd 2022-02-26 18:05:50 +11:00
ray-x
2c7334e1b6 Merge branch 'master' into neovim_0.7 2022-02-24 19:08:41 +11:00
ray-x
3adbbaf509 remove terraform from auto highlight 2022-02-24 19:07:57 +11:00
ray-x
ff8ae83300 reverse sort lsp actions 2022-02-24 19:03:28 +11:00
ray-x
2e43b8ee0a merge master 2022-02-21 15:22:05 +11:00
ray-x
ff57a1f916 force keymap to be loaded when on_attach is not called it may releated to #130 2022-02-21 11:42:24 +11:00
ray-x
62477b294e drop neovim 0.5 deprecated API 2022-02-17 22:21:34 +11:00
ray-x
c03cbca758 update keymaps for gd 2022-02-17 14:54:52 +11:00
ray-x
2d5290d3d6 gd keymaps 2022-02-16 22:50:06 +11:00
ray-x
e80f004f5b issue #133 change gT map to <Leader>gt 2022-01-12 20:12:51 +11:00
ray-x
19969e3902 keymap bugfix #119 2021-12-25 12:43:40 +11:00
ray-x
abf5de64fd update gui for workspace symbol 2021-12-24 17:30:56 +11:00
ray-x
873135bf9a lsp def and lsp ref with async request 2021-12-23 19:17:48 +11:00
ray-x
c528b58bb9 replace print to notify, add workspace gui 2021-12-23 16:37:39 +11:00
ray-x
85d907ffaf add lspkeymaphelp command to show the current keymapping 2021-12-19 13:16:17 +11:00
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
2021-12-17 08:54:36 +11:00
ray-x
ce3c5fe2cb fix the referece floatwindow loading performance issue 2021-12-08 08:05:49 +11:00
ray-x
a6f668e05f preselect 1st item in code action. lsp_signature hook 2021-11-05 12:33:40 +11:00
ray-x
f43b0aba0e add diagnostic toggle, adjust width of preview window 2021-11-04 11:08:22 +11:00
ray-x
062e7e4ffc document save & fmt aucmd 2021-10-20 11:22:41 +11:00
ray-x
fab08151e6 refactor diagnostic https://github.com/neovim/neovim/pull/16057 2021-10-20 10:08:59 +11:00
ray-x
0c0801c92d fix for issue #92 default_mapping=false 2021-10-19 10:04:14 +11:00
ray-x
d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 2021-10-17 15:29:17 +11:00
ray-x
0a5db66968 format per buffer setup 2021-10-14 14:55:40 +11:00
ray-x
c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 2021-10-13 20:27:46 +11:00
ray-x
00a015e27a action command 2021-09-30 21:29:06 +10:00
ray-x
a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 2021-09-23 00:43:31 +10:00
ray-x
69578d6a3c Delete deprecated hover.lua, update floating win width, refresh diagnostic errors 2021-09-20 14:19:00 +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
ray-x
90039247b4 jdtls, enable signature by default 2021-09-14 10:41:13 +10:00
ray-x
890b3c5f7f keymapping #57 2021-09-08 01:48:42 +10:00
ray-x
2a174d8eb4 typo, cleanup 2021-09-08 01:06:58 +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
Behzad
5c7925a54a
Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. (#47) 2021-08-26 09:20:22 +10:00