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

[v0.6] default value for option inccommand and joinspaces changed

This commit is contained in:
jdhao 2021-12-01 22:09:43 +08:00
parent ac69b61c03
commit 22f16ee325

View File

@ -81,8 +81,6 @@ set noshowmode
set fileformats=unix,dos " Fileformats to use for new files
set inccommand=nosplit " Show the result of substitution in real time for preview
" Ask for confirmation when handling unsaved or read-only files
set confirm
@ -143,10 +141,6 @@ set formatoptions+=mM
" Tilde (~) is an operator, thus must be followed by motions like `e` or `w`.
set tildeop
" Do not add two spaces after a period when joining lines or formatting texts,
" see https://stackoverflow.com/q/4760428/6064933
set nojoinspaces
set synmaxcol=200 " Text after this column number is not highlighted
set nostartofline