Add openscad-lsp to Eglot
This commit is contained in:
parent
c6f25b9499
commit
327d219761
1
init.el
1
init.el
|
@ -1063,6 +1063,7 @@
|
||||||
:init
|
:init
|
||||||
(setq eglot-stay-out-of '(flymake))
|
(setq eglot-stay-out-of '(flymake))
|
||||||
:config
|
:config
|
||||||
|
(add-to-list 'eglot-server-programs '(scad-mode "openscad-lsp"))
|
||||||
(setq-default eglot-workspace-configuration
|
(setq-default eglot-workspace-configuration
|
||||||
'( :pylsp ( :plugins
|
'( :pylsp ( :plugins
|
||||||
( :autopep8 (:enabled nil)
|
( :autopep8 (:enabled nil)
|
||||||
|
|
Loading…
Reference in a new issue