add tscomments

This commit is contained in:
xfy
2024-09-10 14:57:10 +08:00
parent 735f0f77d3
commit aa02ca9e1e
2 changed files with 8 additions and 4 deletions

View File

@ -6,9 +6,6 @@ return {
},
{
"windwp/nvim-ts-autotag",
-- config = function()
-- require("nvim-ts-autotag").setup({})
-- end,
lazy = true,
event = "InsertEnter",
},
@ -20,4 +17,10 @@ return {
require("nvim-surround").setup({})
end,
},
{
"folke/ts-comments.nvim",
opts = {},
event = "BufRead",
enabled = vim.fn.has("nvim-0.10.0") == 1,
},
}