mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
plugins/lsp/openscad-lsp: init
Signed-off-by: Antonín Říha <antonin.riha@protonmail.com>
This commit is contained in:
parent
10cc58d497
commit
ab67ee7e8b
2 changed files with 6 additions and 0 deletions
|
@ -410,6 +410,11 @@ let
|
|||
'';
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "openscad-lsp";
|
||||
description = "A Language Server Protocol server for OpenSCAD";
|
||||
serverName = "openscad_lsp";
|
||||
}
|
||||
{
|
||||
name = "perlpls";
|
||||
description = "PLS for Perl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue