LunarVim/ftplugin/html.lua

5 lines
112 B
Lua
Raw Normal View History

2021-07-15 00:50:07 +02:00
require("lang.html").format()
require("lang.html").lint()
require("lang.html").lsp()
require("lang.html").dap()