diff options
author | xyz <gky44px1999@gmail.com> | 2021-06-23 19:08:33 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-06-23 19:08:33 -0700 |
commit | 39cb4b9360d8d3fb0d22721408054b9dd0a57e0a (patch) | |
tree | f85d34ab1dc2237a8adacab9e5dbe46cbc8870ed | |
parent | 3f7e34811fa502133a944a3a64efda093be3efb7 (diff) |
markdown
-rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index cd31432f..07c6c762 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,6 +1,6 @@ " :h markdown let g:markdown_folding = 1 -let g:markdown_minlines = 500 +let g:markdown_minlines = 100 " if without, nvim with no file will give error because it's not defined? let fenc_bef = 0 |