Skip to content

Commit aaae959

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
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)