Skip to content

Commit

Permalink
feat: display line numbers in yaml-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 13, 2024
1 parent 507c731 commit 5984b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
;; Show line numbers
(use-package display-line-numbers
:ensure nil
:hook ((prog-mode yaml-mode conf-mode) . display-line-numbers-mode)
:hook ((prog-mode yaml-mode yaml-ts-mode conf-mode) . display-line-numbers-mode)
:init (setq display-line-numbers-width-start t))

;; Suppress GUI features
Expand Down

0 comments on commit 5984b94

Please sign in to comment.