85 current 2024-03-01 12:59:19 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
03e9f0b5a8
commit
1bc5e18a7c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
config = {
|
config = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -75,6 +75,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
overseer-nvim
|
||||||
|
];
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
local Terminal = require('toggleterm.terminal').Terminal
|
local Terminal = require('toggleterm.terminal').Terminal
|
||||||
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" })
|
local lazygit = Terminal:new({ cmd = "lazygit", hidden = true, direction = "float" })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue