mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-28 21:19:16 -06:00
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)
This commit is contained in:
parent
987cfa5e0f
commit
26c365cc7d
@ -138,7 +138,5 @@ end
|
||||
|
||||
M.setup({
|
||||
["plenary.nvim"] = "https://github.com/nvim-lua/plenary.nvim",
|
||||
["popup.nvim"] = "https://github.com/nvim-lua/popup.nvim",
|
||||
["nvim-treesitter"] = "https://github.com/nvim-treesitter/nvim-treesitter",
|
||||
["playground"] = "https://github.com/nvim-treesitter/playground",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user