fixup! [nvim] add surround.vim customization

This commit is contained in:
Dmytro Meleshko 2021-06-07 14:26:09 +03:00
parent 7999e5d9c2
commit ab278226ea

View file

@ -233,6 +233,7 @@ set commentstring=//%s
let g:delimitMate_expand_cr = 1 let g:delimitMate_expand_cr = 1
let g:surround_{char2nr('*')} = "**\r**" let g:surround_{char2nr('*')} = "**\r**"
let g:surround_{char2nr('~')} = "~~\r~~"
let g:pencil#wrapModeDefault = 'soft' let g:pencil#wrapModeDefault = 'soft'
let g:pencil#conceallevel = 0 let g:pencil#conceallevel = 0