From ab278226ea3103ee748fed148e276a773d21a7ef Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Mon, 7 Jun 2021 14:26:09 +0300 Subject: [PATCH] fixup! [nvim] add surround.vim customization --- nvim/plugin/editing.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/plugin/editing.vim b/nvim/plugin/editing.vim index 00b283a..36d4220 100644 --- a/nvim/plugin/editing.vim +++ b/nvim/plugin/editing.vim @@ -233,6 +233,7 @@ set commentstring=//%s let g:delimitMate_expand_cr = 1 let g:surround_{char2nr('*')} = "**\r**" + let g:surround_{char2nr('~')} = "~~\r~~" let g:pencil#wrapModeDefault = 'soft' let g:pencil#conceallevel = 0