From 5ebf04080781ae492e758951cca23c79ff20fb02 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 6 Mar 2024 02:13:52 -0500 Subject: [PATCH] ctags is actually required for vista --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7b3fa5d..ffac077 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ A theme, config and collection of plugins for Neovim ## Optional Requirements * **Powerline Fonts**: Required to enable the fancier looking status line -* **Universal CTags**: Required by _vim-gutentags_, and optional for _vista_ and _nvim-cmp_ +* **Universal CTags**: Required by _vim-gutentags_ and _vista_, and optional for _nvim-cmp_ * **Compilers, Linters and Runtimes**: The _ale_ plugin can use compilers, linters and runtimes to provide real-time syntax checking ## Distribution Features