Skip to content

Commit

Permalink
refac: php intelephense maxfile size (#404)
Browse files Browse the repository at this point in the history
* fix(php): intelephense max file size
  • Loading branch information
n3wborn authored Sep 11, 2024
1 parent 7bd480b commit 5d45f3c
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, -- 10M
},
-- See https://github.com/bmewburn/intelephense-docs
},
Expand Down

0 comments on commit 5d45f3c

Please sign in to comment.