mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 01:23:54 -06:00
Compare commits
2 Commits
06fe07d752
...
ddfccbf0df
Author | SHA1 | Date | |
---|---|---|---|
ddfccbf0df | |||
|
30aea007e0 |
@ -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, _)
|
||||
|
Loading…
x
Reference in New Issue
Block a user