mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Don't stop highlighting syntax after 350 characters
This commit is contained in:
parent
12a7af60f7
commit
444cdcab94
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@
|
||||||
"FILE: {{{
|
"FILE: {{{
|
||||||
filetype plugin indent on "enable filetype-based auto-indentation
|
filetype plugin indent on "enable filetype-based auto-indentation
|
||||||
syntax on "enable syntax highlighting
|
syntax on "enable syntax highlighting
|
||||||
set synmaxcol=350 "disable syntax highlighting on a given line after 350 characters
|
|
||||||
set formatoptions=roqnl12 "how automatic formatting is to be done
|
set formatoptions=roqnl12 "how automatic formatting is to be done
|
||||||
set diffopt=foldcolumn:0,filler "vimdiff default settings
|
set diffopt=foldcolumn:0,filler "vimdiff default settings
|
||||||
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper
|
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper
|
||||||
|
|
Loading…
Reference in a new issue