added auto tag renaming
This commit is contained in:
parent
808ce5efd5
commit
53c563fc45
|
@ -0,0 +1,13 @@
|
||||||
|
-- setup for tag renaming
|
||||||
|
-- best for web development
|
||||||
|
|
||||||
|
return {
|
||||||
|
'windwp/nvim-ts-autotag',
|
||||||
|
config = function()
|
||||||
|
require('nvim-treesitter.configs').setup {
|
||||||
|
autotag = {
|
||||||
|
enable = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
end
|
||||||
|
}
|
Loading…
Reference in New Issue