feat: add lsp-scheme

This commit is contained in:
SouthFox 2024-10-26 12:41:39 +08:00
parent 9b80fce680
commit aa71a8772c
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -73,3 +73,6 @@
;; rust ;; rust
(unpin! rustic) (unpin! rustic)
;; scheme
(package! lsp-scheme)