Avery Lewis
ad3e1ea592
Update README.md
2024-05-12 20:28:01 -04:00
Jacob Scott
0ada6c6e7e
Update README.md
...
Add a recommendation to use 'keys' to set the keybinding to load lazygit.nvim if using lazy.nvim. If the keybinding is set elsewhere, e.g. in a config() function, the plugin won't be loaded the first time this is run - the user will have to use `: LazyGit` first.
2024-03-23 22:13:09 -04:00
Rocco Goßmann
774dcecbd0
Updated install lazy.nvim section in README.md
...
When using lazy.nvim, the Plugin should only load now, if one of its functions is called.
2024-02-29 22:50: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
Frantisek Stanko
b5ff804b44
docs: Fix lua example
...
Lists in lua are specified with curly brackets, not square brackets.
2023-07-21 20:08:02 +02:00
Dheepak Krishnamurthy
883c25d13e
Merge pull request #90 from yorik1984/main
...
Add highlighting groups and udpate border chars
2023-05-20 17:33:07 -04:00
Dheepak Krishnamurthy
e1f4ee5697
docs: Update README.md 📚
2023-05-20 17:31:43 -04:00
Dheepak Krishnamurthy
e90f0ee657
feat: Change option to lazygit_floating_window_border_chars ✨
2023-05-20 17:30:30 -04:00
yorik1984
9c4dc0b3c4
add install by lazy and info about highlighting
2023-01-11 01:54:10 +02:00
Laurynas Lazauskas
3a807afedd
Update README.md with nvim --listen and --server
...
The provided instructions help to set up an environment where pressing the key `e` on a file in `lazygit` will edit the file in the same nvim instance.
2022-11-09 00:08:18 +02:00
Dheepak Krishnamurthy
e2be2a90b0
Merge pull request #71 from thefux/master
...
#69 add custom config file support
2022-11-01 18:06:51 -04:00
thefux
7523a9a6d3
update config
2022-11-01 20:56:21 +01:00
cnrrobertson
440695bc6d
Update the README for new LazyGitCurrentFile command
2022-10-25 16:17:04 -04:00
ecosse3
5845162ae8
Update README.md
2022-06-10 18:57:33 +02:00
Dheepak Krishnamurthy
68407ff60c
Update README.md
2022-04-15 10:04:02 -06:00
Dheepak Krishnamurthy
ca8ea75e5a
docs: Update README.md
2022-03-06 13:53:25 -07:00
Dheepak Krishnamurthy
ef42be423d
docs: Update README.md
2022-03-06 13:48:42 -07:00
Dheepak Krishnamurthy
7ea7390d5d
docs: Update README.md
2022-03-06 13:42:56 -07:00
thefux
024dd000f2
Update README.md
2022-03-06 20:30:29 +01:00
thefux
a13571d4c1
update readme
2022-03-06 17:59:35 +01:00
thefux
da9bafc2f0
clean up and add some ducumentation
2022-03-06 15:05:18 +01:00
Dheepak Krishnamurthy
d3f6a7f629
Update README.md
2021-07-12 23:20:01 -06:00
Dheepak Krishnamurthy
622d867706
Update README.md
2021-07-07 21:42:42 -06:00
Joel D. Elkins
e0b272f771
Add option to use plenary.nvim to manage floating window
2021-03-24 17:32:57 -05:00
Mike
a5f23fd2db
Check nvr exists
2020-11-05 18:54:50 +00:00
Dheepak Krishnamurthy
ddc9bffe0f
Update README.md
2020-10-16 09:12:07 -06:00
Dheepak Krishnamurthy
f44a34dafc
Update README.md
2020-10-16 09:11:33 -06:00
Dheepak Krishnamurthy
b800fc3476
Update README.md
2020-10-16 09:10:06 -06:00
Yiqun Ding
db6ecf4acc
Add option to customize popup window corners
...
The default corners are round and may not look so good with some
font, add this option g.lazygit_floating_window_corner_chars to
allow user to customize the corner characters.
2020-10-16 21:32:59 +08:00
Dheepak Krishnamurthy
52689d49bc
Update README.md
2020-08-02 09:47:22 -06:00
Dheepak Krishnamurthy
5b1e22d967
Update README.md
2020-07-18 23:36:01 -06:00
Dheepak Krishnamurthy
e06aa846e3
Update README.md
2020-07-18 23:34:54 -06:00
Dheepak Krishnamurthy
70b7509e12
Update README.md
2020-07-18 21:54:51 -06:00
Dheepak Krishnamurthy
03c452202a
Update README.md
2020-07-18 21:52:42 -06:00
Dheepak Krishnamurthy
829771f33f
Add g:lazygit_use_neovim_remote option and update README.md
2020-07-18 21:50:14 -06:00
Dheepak Krishnamurthy
e898593e34
Update README.md
2020-07-18 21:26:29 -06:00
Dheepak Krishnamurthy
e08a2131bd
Update README.md
2020-07-07 18:51:21 -06:00
Dheepak Krishnamurthy
d59d6f22c4
Update README.md with instructions for neovim v0.4.3
2020-04-12 05:04:32 -06:00
Dheepak Krishnamurthy
f9941b85c2
Update README.md with example of LazyGitConfig
...
Update README.md with gif example of LazyGitConfig
2020-04-08 14:36:18 -06:00
Dheepak Krishnamurthy
93754d8479
Update README.md
2020-04-08 11:21:05 -06:00
Dheepak Krishnamurthy
cde949630e
Update README.md with higher resolution gif
2020-04-06 17:32:29 -06:00
Dheepak Krishnamurthy
699f25f053
Add gif demo
2020-04-06 13:20:17 -06:00
Dheepak Krishnamurthy
41d792dd0c
Add link for lazygit
2020-04-06 10:38:27 -06:00
Dheepak Krishnamurthy
cc4ecf4b9d
Update configuration options
2020-04-06 10:38:16 -06:00
Dheepak Krishnamurthy
3e33c08d7d
Add option to set winblend
2020-04-05 18:08:51 -06:00
Dheepak Krishnamurthy
a4ef118f32
Add neovim-remote section to the README.md
2020-04-05 13:54:34 -06:00
Dheepak Krishnamurthy
3759d6ab85
Initial commit
2020-04-05 11:24:23 -06:00