Commit Graph

7 Commits

Author SHA1 Message Date
26c365cc7d
test(refactor): remove invalid test plugins (#204)
- `popup.nvim` is not referenced anywhere within the plugin and as such
  should be removed.
- `playground` is not needed either, it's not referenced and secondly
  the most important feature from it (:TSPlayground) is covered by
  Neovim's :InspectTree command in more recent versions of Neovim.

Closes #203 (https://github.com/windwp/nvim-ts-autotag/issues/203)
2024-07-14 16:47:15 -05:00
bcf3146864
test: add tests for the templ filetype
Closes #179
2024-05-29 12:39:59 -05:00
3b57ed40bd Revert 14e1f22 'ci: use self-hosted runner' 2024-05-20 08:17:52 +07:00
08e9ada208 feat!: overhaul the config setup
This deprecates the old setup layout

Closes https://github.com/PriceHiller/nvim-ts-autotag/issues/5
2024-05-20 08:17:52 +07:00
ddc8522ecc ci: use self-hosted runner 2024-05-20 08:17:52 +07:00
fb7393d0f5 test: improve treesitter setup 2024-05-20 08:17:52 +07:00
df93be4d2e test: overhaul test setup and make commands 2024-05-20 08:17:52 +07:00