mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
dev: enable lazygit out of the box
This commit is contained in:
parent
2018cd7b2f
commit
7afe92b845
1 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,10 @@ inputs: let
|
||||||
};
|
};
|
||||||
|
|
||||||
vim.terminal = {
|
vim.terminal = {
|
||||||
toggleterm.enable = true;
|
toggleterm = {
|
||||||
|
enable = true;
|
||||||
|
lazygit.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vim.ui = {
|
vim.ui = {
|
||||||
|
|
Loading…
Reference in a new issue