Commit Graph

427 Commits

Author SHA1 Message Date
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
aba0d89745 remove traceback logs 2022-06-27 08:51:03 +10:00
ray-x
c1b0694bef map incoming/outgoing calls handler 2022-06-27 08:47:50 +10:00
ray-x
9dee73010b optimize treesitter symbol tree 2022-06-26 19:46:23 +10:00
ray-x
1b3a02df3e symbol indent level for embedded struct 2022-06-24 12:10:08 +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
7bfd9157fe update TS fold 2022-06-17 19:36:21 +10:00
ray-x
48e35f4e56 hold ctags windows untils ctags cmd finished 2022-06-17 02:21:56 +10:00
ray-x
27442d2784 simpily codeaction and range_code_action keymapping and code 2022-06-16 13:40:06 +10:00
ray-x
3ad93531b5 unit tests for treesitter 2022-06-15 19:34:17 +10:00
ray-x
61a82559d6 add treesitter tests 2022-06-15 17:37:45 +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
6b4cfa3d59 symbol layout update 2022-06-12 08:39:23 +10:00
ray-x
cce0e90544 gui listview updates, allow listview cover more spaces 2022-06-11 16:11:11 +10:00
rayx
2f35446fbe
issue #192 pylsp range missing (#193)
* issue #192 pylsp range missing
2022-06-11 16:09:49 +10:00
ray-x
1908ea5175 improve line rendering when trim long text 2022-06-08 16:56:46 +10:00
ray-x
6c3ee44729 bugfix workspace symbol from multiple lsp clients 2022-06-07 02:19:53 +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
01801ba8fa change ts not load notify level 2022-06-03 21:36:23 +10:00
ray-x
d0ab595b93 code action flicker 2022-06-02 19:24:55 +10:00
ray-x
3f49769abc lint all codes 2022-06-02 01:41:26 +10:00
ray-x
32ddd66dd2 fix for issue#191 2022-05-28 19:37:15 +10:00
ray-x
feb780fb10 reloaded client when failed 2022-05-22 11:36:25 +10:00
ray-x
ea2c207ec9 updates for client loading 2022-05-22 11:18:24 +10:00
ray-x
b249d1680a handle same lsp started multiple times (esp for those take long time to start ) issue #171 2022-05-21 10:26:20 +10:00
ray-x
13c3dd4072 disable logs when debug is not on 2022-05-20 15:07:42 +10:00
ray-x
a0eff2c5a3 Merge branch 'serverCapcities' 2022-05-20 14:59:02 +10:00
Michael Adler
2e96dcd327
fix(sumneko): fix incorrect usage of runtime.path (#189)
This is quite tricky to get right, because there are two ways for
sumneko to search for files, namely:

1. Lua.runtime.path

When using `require`, how to find the file based on the input name.
Setting this config to `?/init.lua` means that when you enter `require
'myfile'`, `${workspace}/myfile/init.lua` will be searched from the
loaded files.  if `runtime.pathStrict` is `false`,
`${workspace}/**/myfile/init.lua` will also be searched.  If you want to
load files outside the workspace, you need to set
`Lua.workspace.library` first.

2. Lua.workspace.library

In addition to the current workspace, which directories will load files
from. The files in these directories will be treated as externally
provided code libraries, and some features (such as renaming fields)
will not modify these files.

The crucial point is that `Lua.runtime.path` only applies to
the *current* workspace. Thus it makes no sense to add any absolute
directories here. Absolute directories must be added to
workspace.library, which is already the case. The default value provided
by sumneko is what you typically would expect, so I have switched to it.

References:

- 076dd3e5c4/locale/en-us/setting.lua (L5-L13)
- e62d964ff5/script/config/config.lua (L151)
2022-05-19 23:09:16 +10:00
ray-x
8a32139e1a lsp installer path issue #187 2022-05-17 23:15:16 +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
96ca715ea6 add logs when neovim is lower than 0.8 2022-05-15 22:40:22 +10:00
ray-x
4d93172915 remove mk_handler. update documentFormator 2022-05-11 00:22:18 +10:00
ray-x
0ac13663cf remove comments 2022-05-08 21:52:21 +10:00
ray-x
500553ae6b format renaming 2022-05-08 21:09:44 +10:00
ray-x
d1836f4299 update resolved_capacities 2022-04-30 21:45:26 +10:00
rayx
5131b30ad7
clangd on_attach 2022-04-30 21:38:40 +10:00
ray-x
eb75b09a33 issue #183 clangd missing bufnr 2022-04-28 23:06:44 +10:00
ray-x
93e28f36d0 issue #182 vim nottify in on_attach did not setup log level 2022-04-28 19:56:18 +10:00
ray-x
77b572dd5a terraform_lsp 2022-04-26 21:25:47 +10:00
ray-x
03d0aaa05d add tflint 2022-04-25 19:51:11 +10:00
ray-x
0c31d692ee https://github.com/ray-x/navigator.lua/pull/179 and issue #177 lsp codelens enable 2022-04-25 09:29:20 +10:00
ray-x
9ceeb41b6f issue #175 format on save 2022-04-24 20:02:53 +10:00
ray-x
c2c1c57136 terraform tf/tfvars, diagnostic show&hide, diagnostic default override 2022-04-20 21:52:45 +10:00
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>
2022-04-20 21:01:19 +10:00
ray-x
cd53b02f93 use native get_node_text 2022-04-20 20:54:40 +10:00
ray-x
15e6b315b7 add logs 2022-04-17 15:13:54 +10:00
ray-x
31f2f920e1 lsp encoding default value 2022-04-16 21:51:52 +10:00
ray-x
23e25c298e issue #164 disable declaration only in reference 2022-04-10 18:59:43 +10:00
ray-x
8b43ed23e2 change the way checking total number of clients attached #167 2022-04-08 17:01:40 +10:00
ray-x
8dbac5efc9 issue #168 ccls highlight 2022-04-08 16:14:47 +10:00
ray-x
d08d78f6a4 skip the reorder for codeaction. Null-ls is default to be in bottom of the list 2022-04-07 12:20:07 +10:00
ray-x
3d217bffce prevent recursion loop 2022-04-07 11:37:14 +10:00
ray-x
2ed33d7d60 stylua 2022-04-06 06:49:12 +10:00
ray-x
e55ae08e9d bugfix #163 defination not found 2022-04-06 06:47:47 +10:00
ray-x
d990da84a6 bugfix #161 callhierachy ccls assertion 2022-04-05 10:06:07 +10:00
ray-x
bb018d541b issue #161 ccls failure 2022-04-05 02:42:49 +10:00
ray-x
b69154f9ee nil handling 2022-04-04 22:37:55 +10:00
ray-x
5c8b3b9ca1 bugfix #157 failed to override clangd setup 2022-04-04 16:15:30 +10:00
ray-x
7f22411b1f issue #156 Can't disable virutal text 2022-03-17 03:03:49 +11:00
ray-x
ab96133b47 support config from a lazy function 2022-03-10 12:25:31 +11: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
3e03e37d9f update terraform setup 2022-03-04 17:25:27 +11:00
ray-x
5773f66d14 terraform updates 2022-03-04 17:20:03 +11:00
ray-x
74eccbd799 Merge branch 'master' into neovim_0.7 2022-03-01 21:42:06 +11:00
ray-x
0346fc3c0f hash key update 2022-03-01 21:41:52 +11:00
ray-x
b2d846647b Merge branch 'master' into neovim_0.7 2022-02-26 19:27:06 +11:00
ray-x
cfe8738ad5 disable filetype 'gitcommit' 2022-02-26 19:25:40 +11:00
ray-x
982fe81922 Merge branch 'master' into neovim_0.7 2022-02-26 19:01:36 +11:00
ray-x
d024335c91 update client loading 2022-02-26 19:01:12 +11:00
ray-x
41593cb7e4 remove json from auto highlight autocmd 2022-02-26 18:06:36 +11: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
Joseph DelCioppio
b10964e5a2
Add support for ELixir LS (#149) 2022-02-23 02:55:47 +11:00
ray-x
e4b2fc0afe merge master 2022-02-22 19:41:21 +11:00
ray-x
2e43b8ee0a merge master 2022-02-21 15:22:05 +11:00
ray-x
2232317b0a combine on_attach 2022-02-21 14:57:36 +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
f0c5610a1f merge master 2022-02-19 14:59:31 +11:00
ray-x
c7872c83a8 merge master 2022-02-19 10:55:09 +11:00
ray-x
bf2e867354 lint 2022-02-19 10:51:27 +11:00
ray-x
11d25933ad move capabilities checn around 2022-02-18 13:30:02 +11:00
ray-x
8e9bf39f13 allow config lsp with function 2022-02-18 08:37:05 +11:00
ray-x
ccb1bac250 lazy load with func for client config 2022-02-18 08:34:48 +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
David de Rosier
dcabc38a12
Fixes problem with disabling icons not working (#142) (#143) 2022-02-01 09:56:32 +11:00
ray-x
c9f34ac179 check doc highlight 2022-01-31 23:30:59 +11:00
ray-x
2344a9d611 override cfg.cmd setting only when installer is used and no valid cmd is provided 2022-01-19 11:13:37 +11:00
ray-x
1f3ae4a675 update readme of log path, remove lspinstaller logs 2022-01-19 08:02:33 +11:00
ray-x
45e0698d00 issue #137 lspinstaller API changed 2022-01-19 03:32:56 +11:00
ray-x
5b2e003258 disable trace 2022-01-18 17:14:47 +11:00
ray-x
72ed02f879 locations_to_items offset_encoding 2022-01-18 16:25:48 +11:00
ray-x
92296c9fc8 dochl client offset encoding 2022-01-17 16:16:31 +11:00
ray-x
96885ae509 add log message when bufnr is not provided 2022-01-17 16:08:18 +11:00