LunarVim.LunarVim/ftplugin/html.lua

5 lines
112 B
Lua
Raw Normal View History

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