From ff551184d5d037e6dfae6799ccbe42da20de2d75 Mon Sep 17 00:00:00 2001 From: yontonl Date: Tue, 21 Nov 2023 17:25:48 -0500 Subject: [PATCH] Update extra-plugins.md for typo (#386) --- versioned_docs/version-1.2/plugins/extra-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.2/plugins/extra-plugins.md b/versioned_docs/version-1.2/plugins/extra-plugins.md index 8a6f06c7..c1f91cf3 100644 --- a/versioned_docs/version-1.2/plugins/extra-plugins.md +++ b/versioned_docs/version-1.2/plugins/extra-plugins.md @@ -72,7 +72,7 @@ Every plugin that works with Neovim works with LunarVim, here are some examples #### automatically open mini.map and exclude buffers, filetypes -mini.map doesn't automatically open, by design. The follwing makes sure to fix that and excludes buffers/filetypes you don't want it to open: +mini.map doesn't automatically open, by design. The following makes sure to fix that and excludes buffers/filetypes you don't want it to open: ```lua lvim.autocommands = {