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

4 lines
112 B
Lua

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