Skip to content

Commit

Permalink
Add <Plug>(omnisharp_fold) map to example .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Jul 21, 2020
1 parent ff0cec0 commit 2ec77bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ augroup omnisharp_commands
autocmd FileType cs nmap <silent> <buffer> <Leader>osd <Plug>(omnisharp_documentation)
autocmd FileType cs nmap <silent> <buffer> <Leader>osfs <Plug>(omnisharp_find_symbol)
autocmd FileType cs nmap <silent> <buffer> <Leader>osfx <Plug>(omnisharp_fix_usings)
autocmd FileType cs nmap <silent> <buffer> <Leader>osfo <Plug>(omnisharp_fold)
autocmd FileType cs nmap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
autocmd FileType cs imap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
Expand Down

0 comments on commit 2ec77bd

Please sign in to comment.