diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-13 13:16:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-13 13:16:21 +0800 |
| commit | 15a7401a7a3a5588839887de1c80a02b6660c0e7 (patch) | |
| tree | df8aea115efa2c92cb42aae7c938b4539e0c12bb /options.vim | |
| parent | 942109634a4b7042d199da19a72816fbfe88c034 (diff) | |
Update options.vim
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options.vim b/options.vim index c4df36d..1416c16 100644 --- a/options.vim +++ b/options.vim @@ -1,6 +1,6 @@ "{ Builtin options and settings -" Changing fillchars for folding, so there is no garbage charactes -set fillchars=fold:\ ,vert:\| +" change filechar for folding, vertical split, and message sepator +set fillchars=fold:\ ,vert:\│,msgsep:‾ " Paste mode toggle, it seems that Neovim's bracketed paste mode " does not work very well for nvim-qt, so we use good-old paste mode |
