mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
add tscomments
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user