1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add plugin nvim-ufo

Currently there are display issues that needs to be addressed in nvim
core, see https://github.com/kevinhwang91/nvim-ufo/issues/4 .
This commit is contained in:
jdhao
2022-08-16 22:55:54 +08:00
parent 64a7a23309
commit 20964853a4
4 changed files with 52 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
scriptencoding utf-8
" change fillchars for folding, vertical split, end of buffer, and message separator
set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾
set fillchars=fold:\ ,foldopen:,foldsep:\ ,foldclose:,vert:\│,eob:\ ,msgsep:‾
" Paste mode toggle, it seems that Nvim's bracketed paste mode
" does not work very well for nvim-qt, so we use good-old paste mode