mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Increase the maximum amount of memory allocated for pattern matching to 10 megabytes
This commit is contained in:
parent
9a4e36bb2c
commit
1d3ad8d862
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper
|
||||
set nofoldenable "disable folds by default
|
||||
set tw=80 "set the default text width to 80 when nothing overrides this
|
||||
set maxmempattern=10000 "increase the maximum amount of memory available for pattern matching
|
||||
"}}}
|
||||
|
||||
"USER INTERFACE: {{{
|
||||
|
|
Loading…
Reference in a new issue