aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-07-15 12:37:28 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:30 +0100
commit5329719d50153f4f25f95289e3fb94bd239905b7 (patch)
treefe6a30a2ee5e04a7ee534422f11a490d80affe18
parente5c171ed29b44cc80a9ef0825dbd5c5f78abc561 (diff)
downloaddotnvim-5329719d50153f4f25f95289e3fb94bd239905b7.tar.gz
dotnvim-5329719d50153f4f25f95289e3fb94bd239905b7.zip
typo
-rw-r--r--README.md2
-rw-r--r--vimrc2
2 files changed, 1 insertions, 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 <leader>f <cmd>Telescope find_files<CR>
-"" 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