blob: c68ad96889a1ad69aa5391d2f2c4c0d13b7b3ae8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---@brief
---
--- https://github.com/Leathong/openscad-LSP
---
--- A Language Server Protocol server for OpenSCAD
---
--- You can build and install `openscad-lsp` binary with `cargo`:
--- ```sh
--- cargo install openscad-lsp
--- ```
return {
cmd = { 'openscad-lsp', '--stdio' },
filetypes = { 'openscad' },
root_markers = { '.git' },
}
|