chore: fix minimal_init, load default plugins correctly

This commit is contained in:
Oleksandr Smirnov 2025-03-23 17:35:37 +02:00
parent c0b2834652
commit 25e2174bba
No known key found for this signature in database

View file

@ -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