Skip to content

Commit 2ec77bd

Browse files
committed
Add <Plug>(omnisharp_fold) map to example .vimrc
1 parent ff0cec0 commit 2ec77bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ augroup omnisharp_commands
480480
autocmd FileType cs nmap <silent> <buffer> <Leader>osd <Plug>(omnisharp_documentation)
481481
autocmd FileType cs nmap <silent> <buffer> <Leader>osfs <Plug>(omnisharp_find_symbol)
482482
autocmd FileType cs nmap <silent> <buffer> <Leader>osfx <Plug>(omnisharp_fix_usings)
483+
autocmd FileType cs nmap <silent> <buffer> <Leader>osfo <Plug>(omnisharp_fold)
483484
autocmd FileType cs nmap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
484485
autocmd FileType cs imap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
485486

0 commit comments

Comments
 (0)