diff --git a/init.el b/init.el index 551db03..f36fb90 100644 --- a/init.el +++ b/init.el @@ -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)