diff --git a/after/ftplugin/php.lua b/after/ftplugin/php.lua index 50c8f20..aeda5aa 100644 --- a/after/ftplugin/php.lua +++ b/after/ftplugin/php.lua @@ -4,10 +4,12 @@ local config = { cmd = { 'intelephense', '--stdio' }, root_dir = vim.fs.dirname(vim.fs.find({ '.git', 'composer.json' }, { upward = true })[1]), settings = { - files = { - maxSize = 10000000, -- 10M + intelephense = { + files = { + maxSize = 10000000, -- 10M + }, + -- See https://github.com/bmewburn/intelephense-docs }, - -- See https://github.com/bmewburn/intelephense-docs }, }