windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

test(refactor): remove invalid test plugins #204

Closed PriceHiller closed 2 months ago

PriceHiller commented 2 months ago

Copied from the body of the commit:

  • 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)

PriceHiller commented 2 months ago

Failing tests are unrelated to this change, they've been failing on master for about a week now due to upstream changes in nvim-treesitter.

Failing tests are being tracked by #205