add ts-autotag to make renaming html tags really easy
This commit is contained in:
8
lua/conf/plugins/ts-autotag.lua
Normal file
8
lua/conf/plugins/ts-autotag.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
return { 'windwp/nvim-ts-autotag',
|
||||||
|
requires = 'nvim-telescope/telescope.nvim',
|
||||||
|
disable = vim.version.lt(vim.version(), { 0, 9, }),
|
||||||
|
|
||||||
|
function()
|
||||||
|
require('nvim-ts-autotag').setup {}
|
||||||
|
end
|
||||||
|
}
|
Reference in New Issue
Block a user