diff options
Diffstat (limited to 'nvim/lsp/openscad_lsp.lua')
| -rwxr-xr-x | nvim/lsp/openscad_lsp.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nvim/lsp/openscad_lsp.lua b/nvim/lsp/openscad_lsp.lua deleted file mode 100755 index c68ad96..0000000 --- a/nvim/lsp/openscad_lsp.lua +++ /dev/null @@ -1,15 +0,0 @@ ----@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' }, -} |
