Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ The setup method accepts an optional table as an argument with the following opt
width_multiplier = 4, -- How many characters one dot represents
z_index = 1, -- The z-index the floating window will be on
show_cursor = true, -- Show the cursor position in the minimap
screen_bounds = 'lines' -- How the visible area is displayed, "lines": lines above and below, "background": background color
window_border = 'single' -- The border style of the floating window (accepts all usual options)
relative = 'win' -- What will be the minimap be placed relative to, "win": the current window, "editor": the entire editor
screen_bounds = 'lines', -- How the visible area is displayed, "lines": lines above and below, "background": background color
window_border = 'single', -- The border style of the floating window (accepts all usual options)
relative = 'win', -- What will be the minimap be placed relative to, "win": the current window, "editor": the entire editor
events = { 'TextChanged', 'InsertLeave', 'DiagnosticChanged', 'FileWritePost' } -- Events that update the code window
}
```
Expand Down