feat(ide): html tag autoclosing
This commit is contained in:
@@ -167,4 +167,17 @@ return {
|
||||
require("nvim-autopairs").setup()
|
||||
end,
|
||||
},
|
||||
|
||||
-- Auto closing and renaming tags
|
||||
{
|
||||
"nvim-ts-autotag",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
after = function()
|
||||
require("nvim-ts-autotag").setup({
|
||||
aliases = {
|
||||
["templ"] = "html",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
nvim-dap-go
|
||||
nvim-dap-ui
|
||||
nvim-dap-virtual-text
|
||||
nvim-ts-autotag
|
||||
nvim-web-devicons
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
|
||||
Reference in New Issue
Block a user