mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Fix nlinum-relative line numbering #376
Fixed padding; now relative line numbers look consistent with its non-relative counterpart.
This commit is contained in:
@@ -416,7 +416,9 @@ character that looks like a space that `whitespace-mode' won't affect.")
|
||||
(def-package! nlinum-relative
|
||||
:unless (boundp 'display-line-numbers)
|
||||
:commands nlinum-relative-mode
|
||||
:config (after! evil (nlinum-relative-setup-evil)))
|
||||
:config
|
||||
(setq nlinum-format " %d ")
|
||||
(after! evil (nlinum-relative-setup-evil)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user