Commit Graph

72 Commits

Author SHA1 Message Date
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
1d2901f710 Rename the autogroup 2020-07-18 22:02:36 -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
15a736cac9 Merge pull request #17 from kdheepak/kd/make-nvr-compatible 2020-07-18 21:09:07 -06:00
Dheepak Krishnamurthy
56225a9546 Make plugin work as expected when using nvr 2020-07-18 20:54:44 -06:00
Dheepak Krishnamurthy
a928e95455 Merge pull request #16 from kdheepak/kd/change-floating-window-persistence 2020-07-18 17:15:39 -06:00
Dheepak Krishnamurthy
259c208771 Fix startify issue 2020-07-18 17:12:48 -06:00
Dheepak Krishnamurthy
e3aac4d907 Make buffer persistent 2020-07-18 17:03:06 -06:00
Dheepak Krishnamurthy
719c4ca2c1 Make buffer unlisted 2020-07-18 11:04:46 -06:00
Dheepak Krishnamurthy
f9ed4db2f5 Use global file_buffer 2020-07-18 10:50:34 -06:00
Dheepak Krishnamurthy
2d4d0e7b01 Add function for git_editor_prefix 2020-07-18 10:46:59 -06:00
Dheepak Krishnamurthy
1c78ba12f4 Merge pull request #15 from kdheepak/kd/fix-floating-window-persistence 2020-07-18 01:40:55 -06:00
Dheepak Krishnamurthy
485ca36e87 Add documentation and add LazyGitFilter entry point 2020-07-18 01:24:10 -06:00
Dheepak Krishnamurthy
8c8698428d Remove lua execute function which is no longer needed 2020-07-18 01:19:11 -06:00
Dheepak Krishnamurthy
1bcceaa3a8 Change file_buffer to be listed 2020-07-18 01:18:14 -06:00
Dheepak Krishnamurthy
30dd2867d1 Add comment 2020-07-18 01:09:39 -06:00
Dheepak Krishnamurthy
58d4cbd7ff Merge pull request #10 from acristoffers/master
Fixes paths with spaces
2020-07-18 00:50:47 -06:00
Dheepak Krishnamurthy
2a7bb143a0 Merge pull request #13 from kdheepak/kd/use-neovim-lua-callback
Use latest neovim lua native callback
2020-07-18 00:48:55 -06:00
Dheepak Krishnamurthy
10984df491 Use latest neovim lua native callback 2020-07-18 00:46:31 -06:00
Dheepak Krishnamurthy
e08a2131bd Update README.md 2020-07-07 18:51:21 -06:00
Álan Crístoffer
b539740486 Fixes paths with spaces
As it is, when trying to call lazygit with a file that contains a space char in its path will fail, as the path will be broken into two arguments when passed to lazygit. The quotes I added fixes that. Then, there is the fact that the path returned by git has a newline at the end, so I trim the path to remove newlines at the beginning and end of paths. This version works with projects I have inside "Google Drive".

I DID NOT TEST THIS, but are basically the same changes I made on the other branch.
2020-06-25 22:18:40 -03:00
Dheepak Krishnamurthy
348b4383ed Fix getcwd function call 2020-05-01 15:33:02 -06:00
Dheepak Krishnamurthy
3ac95f3752 Add lazygitfilter 2020-04-12 23:33:49 -06:00
Dheepak Krishnamurthy
da366bbad2 Make file_buffer a local variable 2020-04-12 23:33:34 -06:00
Dheepak Krishnamurthy
0143351eae Fix floating_window_scaling_factor being a table or float 2020-04-12 23:22:36 -06:00
Dheepak Krishnamurthy
e12af88740 Update bug_report.md 2020-04-12 15:34:00 -06:00
Dheepak Krishnamurthy
b9af4b475e Delete ISSUE_TEMPLATE.md 2020-04-12 15:33:16 -06:00
Dheepak Krishnamurthy
82beffb28d Merge pull request #4 from kdheepak/kd/issue-templates
Update issue templates
2020-04-12 12:42:34 -06:00
Dheepak Krishnamurthy
09441a9c83 Update issue templates 2020-04-12 12:42:06 -06:00
Dheepak Krishnamurthy
ab02b864db Try actual and symlinked files 2020-04-12 07:21:21 -06:00
Dheepak Krishnamurthy
bdea17cd4e Use finddir instead of rev-parse 2020-04-12 06:16:01 -06:00
Dheepak Krishnamurthy
d7a2175218 Remove GIT_EDITOR for Windows 2020-04-12 06:00:42 -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
62224c11dc Make mapleader <SPC> in MINRC 2020-04-12 04:24:07 -06:00
Dheepak Krishnamurthy
5acb11ad93 Use bdelete! instead of bwipeout! 2020-04-10 16:06:44 -06:00
Dheepak Krishnamurthy
e5ab1d66b6 Use cmd as multiline string 2020-04-10 14:36:31 -06:00
Dheepak Krishnamurthy
de00c93429 Remove setup function 2020-04-10 14:36:12 -06:00
Dheepak Krishnamurthy
9b80b417cb Use WinLeave instead of BufWipeout for better experience 2020-04-09 15:34:24 -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
2b6117a75d Fix empty file bug 2020-04-08 14:08:49 -06:00
Dheepak Krishnamurthy
3e13ea3bb2 Make neovim the default git editor 2020-04-08 14:03:11 -06:00
Dheepak Krishnamurthy
fb3f98f805 Add LazyGitConfig command 2020-04-08 14:02:29 -06:00
Dheepak Krishnamurthy
ef5e09e2cf Deal with symlinks appropriately 2020-04-08 12:26:04 -06:00
Dheepak Krishnamurthy
93754d8479 Update README.md 2020-04-08 11:21:05 -06:00
Dheepak Krishnamurthy
49f9fc812f Use globals for variables 2020-04-08 11:20:13 -06:00
Dheepak Krishnamurthy
770f9af1c5 Add callback on BufLeave 2020-04-08 11:05:35 -06:00