From 880aa83f10d49d5caa435a7cba8373c796fcbe85 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 4 Mar 2024 14:38:13 -0500 Subject: [PATCH] Clean up the readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ef4f93e..a8f3843 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,8 @@ A theme, config and collection of plugins for Vim ## Optional Requirements * **Compilers, Linters and Runtimes**: The ale plugin can use compilers, linters and runtimes to provide real-time syntax checking -* **CTags**: Required by _tagbar_ and _deoplete_ ([ctags website](http://ctags.sourceforge.net)) -* **Powerline Fonts**: Required to enable the fancier looking status line ([powerline-fonts repo](https://github.com/Lokaltog/powerline-fonts)) +* **CTags**: Required by _tagbar_, _vim-gutentags_ and _deoplete_ +* **Powerline Fonts**: Required to enable the fancier looking status line * **Python**: Required for _deoplete_ autocompletion functionality * **Neovim Python Module**: Required for _deoplete_ autocompletion * **Python Msgpack**: Required for _deoplete_ autocompletion