218 current 2024-03-19 12:06:47 24.05.20240316.c75037b 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-19 12:06:55 -04:00
parent f5807ded16
commit 4340ea1d3b

View file

@ -302,7 +302,7 @@
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" }) local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" })
vim.g.base46_cache = vim.fn.stdpath('data') .. '/base46_cache/' vim.g.base46_cache = vim.fn.stdpath('data') .. '/base46_cache/'
package.path = package.path .. ";" .. projectRoot .. "/?.lua" package.preload["nvconfig"] = require("./nvconfig.lua")
function _lazygit_toggle() function _lazygit_toggle()
lazygit:toggle() lazygit:toggle()