fix(tests): some how i now i need to run vim.treesitter.start() to make it work

This commit is contained in:
Oleksandr Smirnov 2025-03-23 18:40:57 +02:00
parent 47bdebe67d
commit 867d57cfbc
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View file

@ -30,7 +30,6 @@ vim.env.XDG_DATA_HOME = root ".tests/data"
vim.env.XDG_STATE_HOME = root ".tests/state"
vim.env.XDG_CACHE_HOME = root ".tests/cache"
vim.cmd [[set runtimepath=$VIMRUNTIME]]
vim.opt.runtimepath:append(root())
vim.opt.packpath:append(root ".tests/site")
vim.notify = vim.print