xcodebuild / nlinum-relative

Emacs relative line number besed on nlinum-mode
GNU General Public License v2.0
60 stars 9 forks source link

Rationale for evil state hooks? #13

Open dudelson opened 8 years ago

dudelson commented 8 years ago

For consistency with vim, I would prefer for relative line numbers to be on regardless of the evil state, but the fact that nlinum-relative is explicitly disabled when entering insert-state and leaving normal-state and visual-state makes me think that maybe I'm missing something. Is there a use case for turning nlinum-relative off under these conditions?