mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Disable auto wrapping in VimPencil
This commit is contained in:
parent
bbf6379162
commit
148e610ec7
@ -1,5 +1,5 @@
|
|||||||
augroup pencil
|
augroup pencil
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType markdown,mkd call pencil#init()
|
autocmd FileType markdown,mkd call pencil#init({'wrap': 'hard', 'autoformat': 0})
|
||||||
autocmd FileType text call pencil#init()
|
autocmd FileType text call pencil#init({'wrap': 'hard', 'autoformat': 0})
|
||||||
augroup END
|
augroup END
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user