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