Skip to content

Commit

Permalink
Update extra-plugins.md for typo (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
yontonl authored Nov 21, 2023
1 parent 2b4d034 commit ff55118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.2/plugins/extra-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ff55118

Please sign in to comment.