mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/lazygit: init
This commit is contained in:
parent
62cf01df74
commit
4dea1478eb
3 changed files with 114 additions and 0 deletions
21
tests/test-sources/plugins/git/lazygit.nix
Normal file
21
tests/test-sources/plugins/git/lazygit.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.lazygit.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.lazygit = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
floating_window_winblend = 0;
|
||||
floating_window_scaling_factor = 0.9;
|
||||
floating_window_border_chars = ["╭" "─" "╮" "│" "╯" "─" "╰" "│"];
|
||||
floating_window_use_plenary = false;
|
||||
use_neovim_remote = true;
|
||||
use_custom_config_file_path = false;
|
||||
config_file_path = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue