Compare commits

..

2 Commits

Author SHA1 Message Date
ddfccbf0df
Merge pull request #198 from mbromell/patch-1
fix: error message when using nvim-treesitter 'main' branch
2024-06-21 13:56:10 -05:00
mbromell
30aea007e0
Stop error message when using 'main' branch treesitter 2024-06-19 21:00:25 +01:00

View File

@ -9,6 +9,9 @@ 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, _)