Skip to content

Commit

Permalink
fix(php): intelephense max file size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Sep 11, 2024
1 parent da3e10b commit 7d1926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/php.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 7d1926b

Please sign in to comment.