mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Because lispyville (depending on how you configure it) replaces some evil-mode mappings with its own function, we lose the indication of our deletions/yanks/etc. This change adds all lispyville functions to the evil-goggles--commands list.
ui/ophints
Description
This module provides op-hints (operation hinting), i.e. visual feedback for certain operations. It highlights regions of text that the last operation (like yank) acted on.
Uses evil-goggles
for evil users and volatile-highlights
otherwise.
Module Flags
This module provides no flags.