diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/surround.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/plugin/surround.vim b/plugin/surround.vim new file mode 100644 index 0000000..a3cae55 --- /dev/null +++ b/plugin/surround.vim @@ -0,0 +1,2 @@ +" `s` to wrap in a GitHub suggestion +let g:surround_115 = "``` suggestion\n\r\n```" | 
