mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update option synmaxcol
The synmaxcol option must be set to a relatively large value, or syntax highlighting may not work correctly after long lines.
This commit is contained in:
@@ -163,5 +163,5 @@ set tildeop
|
|||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
|
|
||||||
" Text after this column number is not highlighted
|
" Text after this column number is not highlighted
|
||||||
set synmaxcol=200
|
set synmaxcol=500
|
||||||
"}
|
"}
|
||||||
|
|||||||
Reference in New Issue
Block a user