nvim: after/ftplugin/rust: Add a mapping to open cargo docs
This commit is contained in:
parent
051856602c
commit
7a25c8b062
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ nnoremap <buffer> <Leader>rg :RustViewCrateGraph<CR>
|
||||||
nnoremap <buffer> cbb :Dispatch! cargo build<CR>
|
nnoremap <buffer> cbb :Dispatch! cargo build<CR>
|
||||||
nnoremap <buffer> cbc :Dispatch! cargo clean<CR>
|
nnoremap <buffer> cbc :Dispatch! cargo clean<CR>
|
||||||
nnoremap <buffer> cbd :Dispatch! cargo doc<CR>
|
nnoremap <buffer> cbd :Dispatch! cargo doc<CR>
|
||||||
|
nnoremap <buffer> cbD :Dispatch! cargo doc --open<CR>
|
||||||
nnoremap <buffer> cbu :Dispatch! cargo update<CR>
|
nnoremap <buffer> cbu :Dispatch! cargo update<CR>
|
||||||
|
|
Loading…
Reference in a new issue