chore(ci): set stable version explicitly
This commit is contained in:
parent
c544a2f969
commit
f3afc8f5db
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ vim.env.XDG_CACHE_HOME = root ".tests/cache"
|
|||
vim.cmd [[set runtimepath=$VIMRUNTIME]]
|
||||
vim.opt.runtimepath:append(root())
|
||||
vim.opt.packpath = { root ".tests/site" }
|
||||
vim.notify = print
|
||||
vim.notify = vim.print
|
||||
|
||||
install_plug "nvim-treesitter/nvim-treesitter"
|
||||
install_plug "echasnovski/mini.doc" -- used for docs generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue