Skip to content

Commit d15e968

Browse files
committed
doc: Minor update
1 parent 2be53ff commit d15e968

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ With Lazy:
110110
---@module "neominimap.config.meta"
111111
{
112112
"Isrothy/neominimap.nvim",
113-
version = "v3.*.",
114-
enabled = true,
113+
version = "v3.x.x",
115114
lazy = false, -- NOTE: NO NEED to Lazy load
116-
-- Optional
115+
-- Optional. You can alse set your own keybindings
117116
keys = {
118117
-- Global Minimap Controls
119118
{ "<leader>nm", "<cmd>Neominimap toggle<cr>", desc = "Toggle global minimap" },
@@ -166,9 +165,9 @@ With Lazy:
166165
```lua
167166
---@enum Neominimap.Handler.Annotation
168167
local AnnotationMode = {
169-
Sign = "sign", -- Show braille signs in the sign column
170-
Icon = "icon", -- Show icons in the sign column
171-
Line = "line", -- Highlight the background of the line on the minimap
168+
Sign = "sign", -- Show braille signs in the sign column
169+
Icon = "icon", -- Show icons in the sign column
170+
Line = "line", -- Highlight the background of the line on the minimap
172171
}
173172

174173
vim.g.neominimap ={

0 commit comments

Comments
 (0)