mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Revert "[nvim] enable automatic markdown text wrapping"
This reverts commit 002cb0fca8
.
This commit is contained in:
parent
eb50331c5c
commit
4d1703c0fe
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ let g:coc_user_config['prettier'] = {
|
||||||
\ 'bracketSpacing': v:true,
|
\ 'bracketSpacing': v:true,
|
||||||
\ 'jsxBracketSameLine': v:true,
|
\ 'jsxBracketSameLine': v:true,
|
||||||
\ 'arrowParens': 'always',
|
\ 'arrowParens': 'always',
|
||||||
|
\ 'proseWrap': 'preserve',
|
||||||
\ 'disableSuccessMessage': v:true,
|
\ 'disableSuccessMessage': v:true,
|
||||||
\ 'proseWrap': 'always',
|
|
||||||
\ }
|
\ }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue