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

update option

This commit is contained in:
jdhao 2022-10-19 20:52:09 +08:00
parent fc144e0895
commit d30d402128

View File

@ -145,7 +145,7 @@ set formatoptions+=mM
" Tilde (~) is an operator, thus must be followed by motions like `e` or `w`. " Tilde (~) is an operator, thus must be followed by motions like `e` or `w`.
set tildeop set tildeop
set synmaxcol=200 " Text after this column number is not highlighted set synmaxcol=250 " Text after this column number is not highlighted
set nostartofline set nostartofline
" External program to use for grep command " External program to use for grep command