neovim/ftplugin/typescript.vim

2 lines
76 B
VimL
Raw Normal View History

2023-02-26 13:29:03 +00:00
vnoremap <silent><buffer> D :<c-u>call SurroundVaddPairs("/** ", " */")<cr>