add autotagging
This commit is contained in:
parent
5b66c7c5fa
commit
8017c3fa3d
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"https://github.com/windwp/nvim-ts-autotag",
|
||||||
|
config = function()
|
||||||
|
require('nvim-ts-autotag').setup()
|
||||||
|
end
|
||||||
|
}
|
Loading…
Reference in New Issue