mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
test: replace plenary with plentest.nvim
Problem: plenary.nvim as test runner is overkill and no longer maintained. Solution: Replace with a minimal fork based on Neovim API and vendored luassert.
This commit is contained in:
parent
2cc172c28e
commit
2b50ab5ccb
2 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
vim.o.rtp = vim.o.rtp .. ',.,' .. os.getenv('PLENARY')
|
||||
vim.cmd.runtime({ 'plugin/plenary.vim', bang = true })
|
||||
vim.o.rtp = os.getenv('PLENTEST') .. ',.,' .. vim.o.rtp
|
||||
vim.o.rtp = vim.fn.stdpath('data') .. '/site,' .. vim.o.rtp
|
||||
vim.cmd.runtime({ 'plugin/query_predicates.lua', bang = true })
|
||||
vim.cmd.runtime({ 'plugin/filetypes.lua', bang = true })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue