nvim-ts-autotag.lua 96 B

12345
  1. -- 配置后 可以自动 关闭 html 标签
  2. return {
  3. "windwp/nvim-ts-autotag",
  4. opts = {}
  5. }