[nvim] add surround.vim customization

This commit is contained in:
Dmytro Meleshko 2019-04-23 00:12:30 +03:00
parent 05a31ea2b5
commit 13e06b310d
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@ set foldmethod=marker
let g:delimitMate_expand_space = 1
let g:delimitMate_expand_cr = 1
let g:surround_{char2nr('*')} = "**\r**"
let g:pencil#wrapModeDefault = 'soft'
let g:pencil#conceallevel = 0
let g:pencil#cursorwrap = 0