Compare commits

..

No commits in common. "ddfccbf0df1b9349c2b9e9b17f4afa8f9b6c1ed1" and "06fe07d7523ba8c755fac7c913fceba43b1720ee" have entirely different histories.

View File

@ -9,9 +9,6 @@ function M.init()
if not nvim_ts then
return
end
if nvim_ts.define_modules == nil then
return
end
nvim_ts.define_modules({
autotag = {
attach = function(bufnr, _)