Dheepak Krishnamurthy
Dheepak Krishnamurthy
I have the following lines in my dotfiles: https://github.com/kdheepak/dotfiles/blob/1c844ed92675e9feffa2e3bdf00ec1385611bb65/nvim/lua/kd/config.lua#L313-L318 You can add @okuuva or my snippet into your .vimrc or init.lua and it _should_ work.
I also have the following in my `.bashrc`: ```bash if [ -n "$NVIM_LISTEN_ADDRESS" ]; then export VISUAL="nvr -cc split --remote-wait +'set bufhidden=wipe'" else export VISUAL="nvim" fi export EDITOR="$VISUAL" ``` I'm...
Setting `g:lazygit_use_neovim_remote` to `false` will not add the autocmd, but you are asking for the `GIT_EDITOR` environment variable to be configurable? I'm excited that you are trying out lazygit and...
I don’t have a windows machine to test this. Would you be able to submit a PR?
Thanks for opening an issue btw!
Thanks for submitting an issue. This is fixed in https://github.com/kdheepak/lazygit.nvim/commit/bcd111df61abe90b133cb08ea577c02af44ca5ce.
Would you like to submit a PR to update it? I wouldn’t mind supporting just the latest version of lazygit.
Thanks for reporting. I’ll be able to fix it over the next week :)
That does sound like a good idea. I think I'll wait a little (maybe a couple of months) before removing `nvr` because it might break someone's workflow if they are...
Thanks @evanmiller for the comments! I thought I submitted the PR with `./configure --prefix=installation` and `make install` changes but I seem to have missed those changes when I actually made...