From 5329719d50153f4f25f95289e3fb94bd239905b7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 15 Jul 2021 12:37:28 +0100 Subject: typo --- README.md | 2 -- vimrc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 34a86ff..8802420 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ If you're not using vim 8; create a `.vimrc` with: runtime vimrc -And you may need to comment out some plugins that require nvim > 0.5.0. - This can be also be used to customise your local vim configuration without having uncommitted changes in your repository. diff --git a/vimrc b/vimrc index f8b8eb5..a93cf6f 100644 --- a/vimrc +++ b/vimrc @@ -147,7 +147,7 @@ let NERDTreeQuitOnOpen=1 " make easier to use telescope nnoremap f Telescope find_files -"" gen_tags.vim (reguires GNU global, aka gtags) +"" gen_tags.vim (requires GNU global, aka gtags) " disable ctags completely, use it through gtags plugin let g:loaded_gentags#ctags = 1 -- cgit v1.2.3