diff --git a/generated/lspconfig-servers.json b/generated/lspconfig-servers.json index cad8d093..4e4cc101 100644 --- a/generated/lspconfig-servers.json +++ b/generated/lspconfig-servers.json @@ -215,6 +215,7 @@ "openscad_ls": "https://github.com/dzhu/openscad-language-server A Language Server\nProtocol server for OpenSCAD You can build and install\n`openscad-language-server` binary with `cargo`:\n\n``` sh\ncargo install openscad-language-server\n```\n\nVim does not have built-in syntax for the `openscad` filetype currently.\nThis can be added via an autocmd:\n\n``` lua\nvim.cmd [[ autocmd BufRead,BufNewFile *.scad set filetype=openscad ]]\n```\n\nor by installing a filetype plugin such as\nhttps://github.com/sirtaj/vim-openscad", "openscad_lsp": "https://github.com/Leathong/openscad-LSP A Language Server Protocol\nserver for OpenSCAD You can build and install `openscad-lsp` binary with\n`cargo`:\n\n``` sh\ncargo install openscad-lsp\n```", "oso": "https://www.osohq.com/docs/develop/local-dev/env-setup Oso Polar\nlanguage server. `oso-cloud` can be installed by following the\ninstructions\n[here](https://www.osohq.com/docs/develop/local-dev/env-setup). The\ndefault `cmd` assumes that the `oso-cloud` binary can be found in the\n`$PATH`. You may need to configure the filetype for Polar (\\*.polar)\nfiles:\n\n autocmd BufNewFile,BufRead *.polar set filetype=polar\n\nor \\`\\`\\`lua vim.filetype.add({ pattern = { \\['.*/*.polar'\\] = 'polar',\n}, }) Alternatively, you may use a syntax plugin like\nhttps://github.com/osohq/polar.vim", + "oxfmt": "", "oxlint": "", "pact_ls": "https://github.com/kadena-io/pact-lsp The Pact language server", "pasls": "https://github.com/genericptr/pascal-language-server An LSP server\nimplementation for Pascal variants that are supported by Free Pascal,\nincluding Object Pascal. It uses CodeTools from Lazarus as backend.\nFirst set `cmd` to the Pascal lsp binary. Customization options are\npassed to pasls as environment variables for example in your `.bashrc`:\n\n``` bash\nexport FPCDIR='/usr/lib/fpc/src' # FPC source directory (This is the only required option for the server to work).\nexport PP='/usr/lib/fpc/3.2.2/ppcx64' # Path to the Free Pascal compiler executable.\nexport LAZARUSDIR='/usr/lib/lazarus' # Path to the Lazarus sources.\nexport FPCTARGET='' # Target operating system for cross compiling.\nexport FPCTARGETCPU='x86_64' # Target CPU for cross compiling.\n```",