mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update default value of option 'wrap'
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
set concealcursor=c
|
||||
set synmaxcol=3000 " For long Chinese paragraphs
|
||||
|
||||
set wrap
|
||||
|
||||
" Fix minor issue with footnote, see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22
|
||||
if exists(':FootnoteNumber')
|
||||
nnoremap <buffer><silent> ^^ :<C-U>call markdownfootnotes#VimFootnotes('i')<CR>
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
set textwidth=79
|
||||
|
||||
set wrap
|
||||
|
||||
Reference in New Issue
Block a user