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:
parent
1db0f703e7
commit
4a8884ef70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue