From 93754d8479c02ac1c743e3fb8819c80aad4bf459 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 8 Apr 2020 11:21:05 -0600 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) 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 -```