feat: add lsp-scheme
This commit is contained in:
parent
9b80fce680
commit
aa71a8772c
2 changed files with 8 additions and 0 deletions
|
@ -626,3 +626,8 @@
|
||||||
(setq my/flycheck-local-cache '((lsp . ((next-checkers . (python-pylint)))))))))
|
(setq my/flycheck-local-cache '((lsp . ((next-checkers . (python-pylint)))))))))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
* Scheme
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(add-hook 'scheme-mode-hook #'lsp-scheme-guile)
|
||||||
|
#+end_src
|
||||||
|
|
|
@ -73,3 +73,6 @@
|
||||||
|
|
||||||
;; rust
|
;; rust
|
||||||
(unpin! rustic)
|
(unpin! rustic)
|
||||||
|
|
||||||
|
;; scheme
|
||||||
|
(package! lsp-scheme)
|
||||||
|
|
Loading…
Reference in a new issue