Skip to content

Commit

Permalink
feat(emacs): JS/TS: enable code lenses
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 30, 2024
1 parent ee926cf commit ad3b597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,12 @@
(typescript-ts-mode . lsp)
(tsx-ts-mode . lsp))

(use-package lsp-javascript
:ensure nil
:custom
(lsp-typescript-references-code-lens-enabled t)
(lsp-typescript-implementations-code-lens-enabled t))

(use-package js
:ensure nil
:hook
Expand Down

0 comments on commit ad3b597

Please sign in to comment.