1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: php: remove phpactor plugin

This commit is contained in:
Henrik Hautakoski 2024-11-03 13:48:40 +01:00
parent 01b72ed9a7
commit f63bdaa84f

View file

@ -85,11 +85,6 @@ return {
}
}
},
{
'phpactor/phpactor',
build = 'composer install --no-dev --optimize-autoloader',
ft = 'php',
},
-- Linting
{
'mfussenegger/nvim-lint',