changes for linux
This commit is contained in:
parent
da95fce1b9
commit
aedfacb215
2 changed files with 14 additions and 3 deletions
14
config.el
14
config.el
|
@ -220,10 +220,18 @@
|
|||
|
||||
(after! lsp-mode
|
||||
(setq lsp-signature-render-documentation nil)
|
||||
|
||||
(lsp-register-client
|
||||
(make-lsp-client :new-connection (lsp-stdio-connection "nixd")
|
||||
:major-modes '(nix-mode)
|
||||
:priority 0
|
||||
:server-id 'nixd))
|
||||
|
||||
(add-to-list 'lsp-language-id-configuration '(a-janet-mode . "janet"))
|
||||
(lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection "janet-lsp")
|
||||
:activation-fn (lsp-activate-on "janet")
|
||||
:server-id 'janet-ls)))
|
||||
(lsp-register-client
|
||||
(make-lsp-client :new-connection (lsp-stdio-connection "janet-lsp")
|
||||
:activation-fn (lsp-activate-on "janet")
|
||||
:server-id 'janet-ls)))
|
||||
|
||||
(after! lisp-markup
|
||||
(add-hook! 'lisp-mode 'lisp-markup-minor-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue