bepo.nvim/test/mock_setup.lua
2023-12-16 14:32:10 +00:00

6 lines
193 B
Lua

-- The assumption is that this file will be used as configuration file with nvim
-- running from the root of the repository
vim.opt.runtimepath:append(vim.fn.getcwd())
require("bepo").setup()