Skip to content

Commit

Permalink
test(refactor): remove invalid test plugins
Browse files Browse the repository at this point in the history
- `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 (#203)
  • Loading branch information
PriceHiller committed Jul 14, 2024
1 parent 323a3e1 commit 95fa31d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})

0 comments on commit 95fa31d

Please sign in to comment.