-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello,
janet-lsp must be in the path otherwise "janet-lsp"
represent the path to janet-lsp
binary.
janet-mode must be installed.
Since emacs version >=29, eglot and use-package are built-in. You can add this to your init.el
(use-package eglot
:config
(add-to-list 'eglot-server-programs '(janet-mode . ("janet-lsp")))
(add-hook 'janet-mode-hook 'eglot-ensure))
On doom emacs
(lsp +eglot)
enabled, add this to you config.el
(use-package! eglot
:config
(add-to-list 'eglot-server-programs '(janet-mode . ("janet-lsp")))
(add-hook 'janet-mode-hook 'eglot-ensure))
CFiggers
Metadata
Metadata
Assignees
Labels
No labels