fix join-line plug

This commit is contained in:
Prabir Shrestha
2022-01-02 22:06:48 +00:00
committed by mattn
parent ec2d0c2c0b
commit 5f202b6ded

View File

@@ -30,7 +30,7 @@ function! s:on_lsp_buffer_enabled() abort
nnoremap <buffer> <plug>(lsp-rust-analyzer-status) :<c-u>call <SID>rust_analyzer_status()<cr>
command! -range LspRustJoinLines call <SID>join_lines()
nnoremap -range <plug>(lsp-rust-join_lines) :<c-u>call <SID>join_lines()<cr>
nnoremap -range <plug>(lsp-rust-join-lines) :<c-u>call <SID>join_lines()<cr>
command! -buffer LspRustFindMatchingBrace call <SID>find_matching_brace()
nnoremap <buffer> <plug>(lsp-rsut-find-matching-brace) :<c-u>call <SID>find_matching_brace()<cr>