fixed autotags

This commit is contained in:
MasterGordon 2024-07-09 23:13:41 +02:00
parent 8ac7fcf7cf
commit 1cf0d13339
1 changed files with 2 additions and 3 deletions

View File

@ -14,6 +14,8 @@ npairs.setup(
}
)
require("nvim-ts-autotag").setup({})
local tscc = require("ts_context_commentstring.config")
tscc.update(
{
@ -30,8 +32,5 @@ require "nvim-treesitter.configs".setup {
},
autotag = {
enable = true
},
autopairs = {
enable = true
}
}