add ts-autotag to make renaming html tags really easy
This commit is contained in:
parent
54d4144043
commit
85f45b6758
1 changed files with 8 additions and 0 deletions
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
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue