remove comments

This commit is contained in:
tkinaba
2025-02-03 08:00:11 -03:00
parent e3c0680fd2
commit 534c54b57d
-11
View File
@@ -36,17 +36,6 @@ local function main()
end
end
})
-- vim.api.nvim_create_autocmd("BufWritePost", {
-- group = g,
-- desc = "LSP em JavaScript embedded",
-- callback = function()
-- if vim.bo.filetype == "xml" then
-- vim.api
-- end
-- end
-- })
--
end
end