Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 578 Bytes

minimap-cursorline package

Build Status

Highlights the current line(s) with a cursor in Atom's minimap.

Minimap cursorline Screenshot

Depending on your Atom theme you might need to add a CSS rule to your styles.less:

.minimap .cursor-line {
  background: green;
}