216 current 2024-03-19 12:02:39 24.05.20240316.c75037b 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-19 12:02:47 -04:00
parent f90036774c
commit 1cc688b6c3
3 changed files with 112 additions and 0 deletions

View file

@ -301,6 +301,8 @@
local Terminal = require('toggleterm.terminal').Terminal
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" })
vim.g.base46_cache = vim.fn.stdpath('data') .. '/base46_cache/'
function _lazygit_toggle()
lazygit:toggle()
end