Update README.md

This commit is contained in:
Dheepak Krishnamurthy
2020-04-08 11:21:05 -06:00
parent 49f9fc812f
commit 93754d8479

View File

@@ -42,12 +42,3 @@ And set up a mapping to call `:LazyGit`:
" setup mapping to call :LazyGit
nnoremap <silent> <leader>lg :LazyGit<CR>
```
### Using neovim-remote
Add the following to your `.gitconfig` to use your current neovim instance at the commit editor for git.
```
[core]
editor = nvr --remote-wait-silent
```