1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/lang/php: configure intelephense

This commit is contained in:
Henrik Hautakoski 2025-12-06 10:41:07 +01:00
parent 578b4e469b
commit ef6b947bcb
2 changed files with 35 additions and 9 deletions

View file

@ -6,15 +6,7 @@ local servers = {
},
phpactor = require 'user.plugins.lang.php.lsp.phpactor',
-- Use intelephense as main server.
intelephense = {
settings = {
intelephense = {
-- files = {
-- maxSize = 10000000
-- }
}
}
}
intelephense = require 'user.plugins.lang.php.lsp.intelephense',
}
return {