From 11e7d90097202208d431672932d611aab2f4344d Mon Sep 17 00:00:00 2001 From: Steve M Date: Sat, 13 Sep 2025 20:01:09 -0700 Subject: [PATCH] docs(readme): fix typo manger -> manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f50fd1dcd9..0abb996b48 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The following explains the most common and popular approaches. ### lazy.nvim -In Neovim, [lazy.nvim](https://github.com/folke/lazy.nvim) is probably the most popular plugin manger. +In Neovim, [lazy.nvim](https://github.com/folke/lazy.nvim) is probably the most popular plugin manager. To install VimTeX, add a plugin spec similar to this: ```lua