chore: fix minimal_init, load default plugins correctly
This commit is contained in:
parent
c0b2834652
commit
25e2174bba
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ vim.env.XDG_CACHE_HOME = root ".tests/cache"
|
||||||
|
|
||||||
vim.cmd [[set runtimepath=$VIMRUNTIME]]
|
vim.cmd [[set runtimepath=$VIMRUNTIME]]
|
||||||
vim.opt.runtimepath:append(root())
|
vim.opt.runtimepath:append(root())
|
||||||
vim.opt.packpath = { root ".tests/site" }
|
vim.opt.packpath:append(root ".tests/site")
|
||||||
vim.notify = vim.print
|
vim.notify = vim.print
|
||||||
|
|
||||||
-- install go treesitter parse
|
-- install go treesitter parse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue