Increase default max limits for symbols

The previous limit, 2000, was may be too small and may prevent auto-complete from working for some big source file.
This commit is contained in:
Francesco Abbate 2020-11-17 12:33:57 +01:00
parent 1db0f703e7
commit 4a8884ef70
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ config.line_height = 1.2
config.indent_size = 2
config.tab_type = "soft"
config.line_limit = 80
config.max_symbols = 2000
config.max_symbols = 4000
config.max_project_files = 2000
return config