85 current 2024-03-01 12:59:19 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 12:59:24 -05:00
parent 03e9f0b5a8
commit 1bc5e18a7c

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
config = {
enable = true;
@ -75,6 +75,10 @@
};
};
extraPlugins = with pkgs.vimPlugins; [
overseer-nvim
];
extraConfigLua = ''
local Terminal = require('toggleterm.terminal').Terminal
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" })