Commit Graph

160 Commits

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 2022-07-03 11:37:56 +10:00
ray-x
edba3efd1e Calltree updates 2022-07-02 21:24:56 +10:00
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
2022-06-29 14:53:50 +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
f856fa7033 issue #195 update doc for rust-tools and clang-extensions 2022-06-23 09:41:46 +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
c15bae89ab doc updates for rust-tools #195 2022-06-15 17:38:38 +10:00
ray-x
f8985d7aa2 allow skip lsp clients setup 2022-06-14 08:56:49 +10:00
ray-x
516d643ffe lsp installer update issue #181 2022-06-12 20:44:20 +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
Michael Adler
ff4bcc6d83
doc(packer): depend on nvim-lspconfig (#188) 2022-05-18 23:19:21 +10:00
ray-x
34c3bc9c76 Merge branch 'master' into neovim_0.7 2022-03-09 09:46:50 +11:00
studierer
035917c57a
add more lsp (#152) 2022-03-05 21:27:25 +11:00
ray-x
4018cab16d update README 2022-03-04 17:25:42 +11:00
ray-x
5773f66d14 terraform updates 2022-03-04 17:20:03 +11:00
ray-x
2c7334e1b6 Merge branch 'master' into neovim_0.7 2022-02-24 19:08:41 +11:00
ray-x
37e8b68506 doc updates 2022-02-24 19:03:50 +11:00
Joseph DelCioppio
b10964e5a2
Add support for ELixir LS (#149) 2022-02-23 02:55:47 +11:00
ray-x
f0c5610a1f merge master 2022-02-19 14:59:31 +11:00
ray-x
92f56ffe4b update README.md 2022-02-19 14:54:24 +11:00
ray-x
76e0c8d3ff update README 2022-02-19 11:00:53 +11:00
ray-x
ded2a6510f bump up version requirement in readme 2022-02-17 22:24:53 +11:00
ray-x
62477b294e drop neovim 0.5 deprecated API 2022-02-17 22:21:34 +11:00
ray-x
1f3ae4a675 update readme of log path, remove lspinstaller logs 2022-01-19 08:02:33 +11:00
ray-x
3bc154bbb3 issue #135 bugfix 2022-01-14 10:36:54 +11:00
ray-x
e80f004f5b issue #133 change gT map to <Leader>gt 2022-01-12 20:12:51 +11:00
ray-x
e04914ab6c doc update for lsp_installer 2022-01-11 01:13:23 +11:00
ray-x
db4eb5f155 document update 2022-01-09 22:32:35 +11:00
ray-x
bad19ebc84 lsp_signature setup was not documented in README. Add playground folder 2022-01-09 22:31:43 +11:00
ray-x
4144024068 allow to config when will the fuzzy finder prompt to be shown 2022-01-08 22:47:43 +11:00
ray-x
f9af69e4bf update treesitter folding screenshot 2022-01-07 15:31:32 +11:00
ray-x
2ad5d1e1d0 update treesitter folding screenshot 2022-01-07 15:30:26 +11:00
Ian C
6e9f20f586
fix typo (#122) 2021-12-26 21:09:25 +11:00
Ian C
fcf7814c9a
fix typos (#121)
* fix typos

* fix typos
2021-12-26 21:08:58 +11:00
Ian C
f3bf6ab4f6
fix typo (#120) 2021-12-26 21:08:28 +11:00
ray-x
ecc1f2d28a update README.md 2021-12-25 17:27:37 +11:00
ray-x
4739722774 update README.md 2021-12-25 17:14:55 +11:00
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>
2021-12-24 11:14:48 +11:00
ray-x
0f653784ea Doc update 2021-12-23 16:40:32 +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
2f44f0115a add servers options for #109 2021-11-26 18:26:30 +11:00
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