From 75eb4d502db7021e8b614a7c097177773a67b22b Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Sun, 12 Feb 2023 16:09:20 -0500 Subject: [PATCH] removed netrw mapping --- lsp.vimrc | 2 -- minimal.vimrc | 1 - 2 files changed, 3 deletions(-) diff --git a/lsp.vimrc b/lsp.vimrc index a53e34d..55dfc87 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -163,8 +163,6 @@ nnoremap n :wnext " netrw nnoremap :20Lexplore nnoremap pv :Explore -au FileType netrw nmap t - " Plugin options must go at the bottom of the file. " install plugins diff --git a/minimal.vimrc b/minimal.vimrc index 7ee333c..e284319 100644 --- a/minimal.vimrc +++ b/minimal.vimrc @@ -151,7 +151,6 @@ nnoremap n :wnext "netrw nnoremap :20Lexplore nnoremap pv :Explore -au FileType netrw nmap t " Plugin options must go at the bottom of the file. " install plugins