mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00: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:
committed by
Christian Clason
parent
2cc172c28e
commit
2b50ab5ccb
@@ -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 })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user