Josh Stone
89149e219a
Remove -range from nnoremap <plug>(lsp-rust-join-lines)
...
AFAIK, `-range` is not a valid option on maps. This caused me to have a
broken mapping for `-range` itself, adding an annoying timeout on my
unrelated `-` mapping.
```
:nmap -
n -range * <Plug>(lsp-rust-join-lines) :<C-U>call <SNR>131_join_lines()<CR>
n - <Plug>(dirvish_up)
```
2022-04-16 23:16:47 +09:00
Prabir Shrestha
d0012d24e9
ad LspRustOpenDocs
2022-01-03 15:02:31 +09:00
Prabir Shrestha
5f202b6ded
fix join-line plug
2022-01-03 15:02:31 +09:00
Prabir Shrestha
ec2d0c2c0b
add LspRustFindMatchingBrace
2022-01-03 15:02:31 +09:00
Prabir Shrestha
f71457bf52
add :LspRustJoinLines
2022-01-03 15:02:31 +09:00
Prabir Shrestha
b20b052ec8
add :LspRustAnalyzerStatus
2022-01-03 15:02:31 +09:00
Yasuhiro Matsumoto
eb11c046e5
Add args
...
Fixes #460
2021-09-07 18:17:15 +09:00
Sean Dewar
74e39fc552
Add :LspCargoReload for rust-analyzer ( #405 )
2021-03-10 21:37:41 +09:00
itchyny
13697d84d7
Fix duplicate command error on re-sourcing settings scripts ( #387 )
2021-02-08 15:03:50 +09:00
Prabir Shrestha
a781cd26d5
add :LspOpenCargoToml ( #371 )
2021-01-05 17:54:46 +09:00
Prabir Shrestha
b0d97cf747
add support for rust-analyzer.runSingle for cargo ( #362 )
...
* add support for rust-analyzer.runSingle for cargo
* fix cargo extra args
* fix lint issues
2021-01-03 10:25:35 +09:00
Prabir Shrestha
8f08e9105e
auto import rust analyzer ( #358 )
2020-12-24 15:41:29 +09:00
Prabir Shrestha
458de93386
use allowlist and blocklist ( #267 )
...
* use allowlist and blocklist
* fix description
2020-06-28 21:58:26 +09:00
Yasuhiro Matsumoto
a136637787
Guard duplicate call
2020-04-28 01:34:01 +09:00
Yasuhiro Matsumoto
34a22e56db
Cosmetic changes
2020-03-07 18:04:23 +09:00
Yasuhiro Matsumoto
b93a7cf76b
Fix for review
2020-03-02 09:30:46 +09:00
Yasuhiro Matsumoto
f9a2fa867b
Check lsp#register_command() exists
2020-03-01 22:31:39 +09:00
Yasuhiro Matsumoto
1607814d63
Add client-side commands
2020-03-01 20:18:51 +09:00
Yasuhiro Matsumoto
26b51965dd
Add customizable semantic_highlight
2020-02-28 00:10:34 +09:00
Yasuhiro Matsumoto
e55fa57320
root_uri patterns should be configurable
2020-02-20 00:14:47 +09:00
Hirokazu Hata
6198d0512b
rust-analyzer: add rust-analyzer
...
I think it's better to keep ra_lsp_server for a while as a user transition period,
so I add rust-analyzer instead of rename.
2020-02-18 22:00:35 +09:00