nvim-tree.lua/tests/minimal_init.lua
2025-02-03 14:45:26 +11:00

9 lines
267 B
Lua

-- Prepend these as plenary appends a "." and plenary directory
-- The spawned processes don't specify --clean so contain the full ~/.local runtime path
vim.o.runtimepath = string.format(
"%s,%s,%s",
vim.env.DIR_REPO,
vim.env.DIR_PLENARY,
vim.o.runtimepath
)