diff options
| author | jdhao <jdhao@hotmail.com> | 2023-04-07 22:42:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 04:42:24 +0800 |
| commit | 644993a89e8be251c10f4d2b1bb761301f4545b1 (patch) | |
| tree | 5e796f10ad4ea784c8c733a439d64ec2f39f0011 /core/options.vim | |
| parent | 8746c7eb11f368efb90226f8a49eec57764ba06a (diff) | |
bump to nvim version 0.9.0 (#188)
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/options.vim b/core/options.vim index c798165..635888a 100644 --- a/core/options.vim +++ b/core/options.vim @@ -3,10 +3,6 @@ scriptencoding utf-8 " change fillchars for folding, vertical split, end of buffer, and message separator set fillchars=fold:\ ,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 -set pastetoggle=<F12> - " Split window below/right when creating horizontal/vertical windows set splitbelow splitright @@ -176,6 +172,7 @@ set diffopt+=filler " show filler for deleted lines set diffopt+=closeoff " turn off diff when one file window is closed set diffopt+=context:3 " context for diff set diffopt+=internal,indent-heuristic,algorithm:histogram +set diffopt+=linematch:60 set nowrap " do no wrap set noruler |
