fixed autotags
This commit is contained in:
parent
8ac7fcf7cf
commit
1cf0d13339
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue