File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
168167local 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
174173vim .g .neominimap = {
You can’t perform that action at this time.
0 commit comments