lsp/presets/phpantom: init

This commit is contained in:
Snoweuph 2026-06-05 02:21:56 +02:00
commit 0c3f1c4cfa
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 28 additions and 1 deletions

View file

@ -17,7 +17,7 @@
cfg = config.vim.languages.php;
defaultServers = ["phpactor"];
servers = ["phpactor" "phan" "intelephense"];
servers = ["phpactor" "phan" "intelephense" "phpantom"];
defaultFormat = ["php_cs_fixer"];
formats = {