diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-07-15 12:37:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | 5329719d50153f4f25f95289e3fb94bd239905b7 (patch) | |
tree | fe6a30a2ee5e04a7ee534422f11a490d80affe18 | |
parent | e5c171ed29b44cc80a9ef0825dbd5c5f78abc561 (diff) | |
download | dotnvim-5329719d50153f4f25f95289e3fb94bd239905b7.tar.gz dotnvim-5329719d50153f4f25f95289e3fb94bd239905b7.zip |
typo
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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. @@ -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 |