Add openscad-lsp to Eglot

This commit is contained in:
Evie Litherland-Smith 2025-02-24 07:24:51 +00:00
parent c6f25b9499
commit 327d219761

View file

@ -1063,6 +1063,7 @@
:init
(setq eglot-stay-out-of '(flymake))
:config
(add-to-list 'eglot-server-programs '(scad-mode "openscad-lsp"))
(setq-default eglot-workspace-configuration
'( :pylsp ( :plugins
( :autopep8 (:enabled nil)