fix(tests): some how i now i need to run vim.treesitter.start() to make it work
This commit is contained in:
parent
47bdebe67d
commit
867d57cfbc
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue