LunarVim.LunarVim/ftplugin/php.lua

5 lines
108 B
Lua
Raw Normal View History

2021-07-14 18:50:07 -04:00
require("lang.php").format()
require("lang.php").lint()
require("lang.php").lsp()
require("lang.php").dap()