minimap-cursorline

Displays Atom cursorline in the minimap

atom-minimap

219,932

410

1.0.5

MIT

GitHub

This package consumes the following services:

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;
}