Skip to content

Commit

Permalink
fix: intelephense files maxSize config
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn committed Sep 14, 2024
1 parent 6ca8c00 commit 8935c76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions after/ftplugin/php.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}

Expand Down

0 comments on commit 8935c76

Please sign in to comment.