LunarVim/ftplugin/php.lua
2021-07-14 18:50:07 -04:00

4 lines
108 B
Lua

require("lang.php").format()
require("lang.php").lint()
require("lang.php").lsp()
require("lang.php").dap()