Fix nlinum-relative line numbering #376

Fixed padding; now relative line numbers look consistent with its non-relative
counterpart.
This commit is contained in:
Henrik Lissner 2018-01-30 01:18:18 -05:00
parent 01787fc876
commit 64a674dcc9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 3 deletions

View file

@ -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)))
;;