feat(nvim): enable close on slash for ts-autotag
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m19s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m19s
This commit is contained in:
parent
c30e8b1164
commit
f7e253fe1d
@ -41,7 +41,13 @@ return {
|
|||||||
"PriceHiller/nvim-ts-autotag",
|
"PriceHiller/nvim-ts-autotag",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
config = true,
|
config = function()
|
||||||
|
require("nvim-ts-autotag").setup({
|
||||||
|
opts = {
|
||||||
|
enable_close_on_slash = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user