Skip to content

Commit

Permalink
feat(emacs): lsp-mode: semantic tokens: enable
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 24, 2024
1 parent a46f8eb commit 4280592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@
#'cape-keyword)))
:hook
(lsp-mode . lsp-enable-which-key-integration)
(lsp-mode . lsp-semantic-tokens-mode)
(lsp-mode . yas-minor-mode)
(lsp-completion-mode . gg/setup-lsp-mode-capf)
:custom
Expand Down

0 comments on commit 4280592

Please sign in to comment.