Ethan Warrick
1e08e3f5ac
feat: Use winblend config for plenary window
...
There is an existing user config for setting the winblend value of the
lazygit floating window. This controls the background transparency of
the window. However, this config option is not respected if the lazygit
window is created using plenary (another user config). This change
forces the plenary window to use the existing config for transparency.
2023-12-15 00:18:17 -05:00
Srivatsan Ramaswamy
de35012036
feat: Add support for multiple lazygit config files
...
Lazygit supports using multiple config files: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md?plain=1#L346
This commit adds code to parse vim.g.lazygit_config_file_path as a `string | table`,
then passes the files to `lazygit` via the `-ucf` flag
2023-09-26 00:30:26 -04:00
Roger Kim
75c920883f
fix: Cover missing edge case in resetting user's preferred shell
2023-09-05 18:46:07 -04:00
Dheepak Krishnamurthy
18060f9841
Merge pull request #103 from gmerzu/fix2
...
fix: open_floating_window should return lazygit buffer instead of border_window
2023-09-02 16:01:31 -04:00
Anton Kozhemyachenko
a9382f03c7
fix: open_floating_window should return lazygit buffer instead of border_window
2023-08-03 21:29:54 +03:00
Anton Kozhemyachenko
3d7878cad9
fix: plenary.percentage_range_window returns 'win_id' and 'bufnr'
2023-08-03 18:58:37 +03:00
Dheepak Krishnamurthy
e90f0ee657
feat: Change option to lazygit_floating_window_border_chars ✨
2023-05-20 17:30:30 -04:00
yorik1984
6f5174ff60
Add LazyGit highlighting groups and new border
...
Add `LazyGitBorder` and `LazyGitFloat` highlighting groups using nvim(>=0.7.2) function `vim.api.nvim_set_hl`.
Add full list of window border for useful customize.
2023-01-11 01:17:54 +02:00
aabccd021
3d3ad785d1
fix: Fix broken background color on NVIM v0.8.0
2022-11-05 17:04:52 +07:00
Dheepak Krishnamurthy
c7a8bfb606
Merge pull request #72 from thefux/bug/60-fix-lazygit-telescope-extension
...
Bug/60 fix lazygit telescope extension
2022-10-25 16:56:55 -04:00
cnrrobertson
bed8d6df13
parametrize get_root to be used in different directories
2022-10-25 16:15:50 -04:00
thefux
061256662c
#60 small refactoring: update teardown cleanup process
2022-09-06 15:34:26 +02:00
thefux
da9bafc2f0
clean up and add some ducumentation
2022-03-06 15:05:18 +01:00
thefux
b419f3e8d1
small refactoring
2022-03-06 11:18:41 +01:00