-- Author : swytch -- Created : Sunday Feb. 19, 2023 17:09:46 CET -- License : GPLv3 -- Description : neovim lsp config file for html-lsp local M = {} M.setup = function(opts) end return M