From f439003132139f71179db7772e7ac45ec11190a6 Mon Sep 17 00:00:00 2001
From: Aaron Massey <akmassey@umbc.edu>
Date: Mon, 27 Jul 2020 16:01:12 -0400
Subject: [PATCH] Adding reference to Modern Vim book

Very simple change.  Not as good as Practical Vim, but it has a similar
structre and the same voice to the best book on Vim.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 876e395..30f0307 100644
--- a/README.md
+++ b/README.md
@@ -2497,6 +2497,7 @@ See `:h :syntime`.
 | [IBM DeveloperWorks: Scripting the Vim editor](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?sort_order=asc&sort_by=Title&search_by=scripting+the+vim+editor) | Five-part series on Vim scripting. |
 | [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) | Develop a Vim plugin from scratch. |
 | [Practical Vim (2nd Edition)](http://www.amazon.com/Practical-Vim-Edit-Speed-Thought/dp/1680501275/) | Hands down the best book about Vim. |
+| [Modern Vim](https://www.amazon.com/Modern-Vim-Development-Environment-Neovim/dp/168050262X/) | Introduction to Vim’s plugin ecosystem from the author of Practical Vim. |
 | [Why, oh WHY, do those #?@! nutheads use vi?](http://www.viemu.com/a-why-vi-vim.html) | Common misconceptions explained. |
 | [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118) | Concise, informative and correct. A real gem. |