mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fixup! [nvim] add surround.vim customization
This commit is contained in:
parent
7999e5d9c2
commit
ab278226ea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue