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:
parent
578b4e469b
commit
ef6b947bcb
2 changed files with 35 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue