summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/ts-autotag.lua
blob: 001dd0ae8b75b64001dd56162849ac9987ece495 (plain) (blame)
1
2
3
4
5
6
7
8
return { 'windwp/nvim-ts-autotag',
  requires = 'nvim-telescope/telescope.nvim',
  disable = vim.version.lt(vim.version(), { 0, 9, 5 }),

  function()
    require('nvim-ts-autotag').setup {}
  end
}