diff --git a/README.md b/README.md index 40b34b8..4193260 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,3 @@ And set up a mapping to call `:LazyGit`: " setup mapping to call :LazyGit nnoremap lg :LazyGit ``` - -### 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 -```