diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ runtime! plugin/sensible.vim " https://www.reddit.com/r/openbsd/comments/9t3t4q/vim_81_slow_on_openbsd/ let sh_minlines=100 let sh_maxlines=600 +set belloff=all set synmaxcol=300 set noshowmatch set synmaxcol=200 |