aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-07-02 20:22:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:30 +0100
commite5c171ed29b44cc80a9ef0825dbd5c5f78abc561 (patch)
tree5635c010572f154d0fa22ca18bb883fcd4b8b547 /README.md
parenta125b92b91fde4788393fec987981037ad06b8b8 (diff)
downloaddotnvim-e5c171ed29b44cc80a9ef0825dbd5c5f78abc561.tar.gz
dotnvim-e5c171ed29b44cc80a9ef0825dbd5c5f78abc561.zip
nvim 0.5.0; etc
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2003352..34a86ff 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# My ~/.vim
-Managed by [vim-plug](https://github.com/junegunn/vim-plug) and compatible with
-Neovim.
+Managed by [vim-plug](https://github.com/junegunn/vim-plug).
+
+A few things require nvim 0.5.0 or later, but won't load if not possible.
For further information on installed plugins:
@@ -17,6 +18,8 @@ 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.