diff --git a/after/ftplugin/php.lua b/after/ftplugin/php.lua index 98568c5..ba4b7d7 100644 --- a/after/ftplugin/php.lua +++ b/after/ftplugin/php.lua @@ -5,7 +5,7 @@ local config = { root_dir = vim.fs.dirname(vim.fs.find({ '.git', 'composer.json' }, { upward = true })[1]), settings = { files = { - maxSize = 1000000000, -- 10 Mo + maxSize = 10000000, -- 10Mo }, -- See https://github.com/bmewburn/intelephense-docs },