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

nvim/lua/user/plugins/lang/php.lua: remove phptools.nvim plugin

This commit is contained in:
Henrik Hautakoski 2026-05-17 22:33:53 +02:00
parent 61ecad8f95
commit b63889cf5c

View file

@ -14,13 +14,5 @@ return {
'blade',
}
}
},
{
'ccaglak/phptools.nvim',
opts = {
ui = {
fzf = true
},
}
}
}