mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
generated: Updated lspconfig-servers.json
This commit is contained in:
parent
b5a999fb22
commit
00365d6d40
1 changed files with 15 additions and 0 deletions
|
@ -163,6 +163,11 @@
|
|||
"desc": "https://github.com/buddy-compiler/buddy-mlir#buddy-lsp-server The\nLanguage Server for the buddy-mlir, a drop-in replacement for\nmlir-lsp-server, supporting new dialects defined in buddy-mlir.\n`buddy-lsp-server` can be installed at the buddy-mlir repository\n(buddy-compiler/buddy-mlir)\n",
|
||||
"name": "buddy_ls"
|
||||
},
|
||||
{
|
||||
"cmd": ["buf", "beta", "lsp", "--timeout=0", "--log-format=text"],
|
||||
"desc": "https://github.com/bufbuild/buf\n\nbuf beta lsp included in the cli itself\n\nbuf beta lsp is a Protobuf language server compatible with Buf modules and workspaces\n",
|
||||
"name": "buf_ls"
|
||||
},
|
||||
{
|
||||
"cmd": ["bufls", "serve"],
|
||||
"desc": "https://github.com/bufbuild/buf-language-server\n\n`buf-language-server` can be installed via `go install`:\n```sh\ngo install github.com/bufbuild/buf-language-server/cmd/bufls@latest\n```\n\nbufls is a Protobuf language server compatible with Buf modules and workspaces\n",
|
||||
|
@ -908,6 +913,11 @@
|
|||
"desc": "https://github.com/Decodetalkers/neocmakelsp\n\nCMake LSP Implementation\n\nNeovim does not currently include built-in snippets. `neocmakelsp` only provides completions when snippet support is enabled. To enable completion, install a snippet plugin and add the following override to your language client capabilities during setup.\n\n```lua\n--Enable (broadcasting) snippet capability for completion\nlocal capabilities = vim.lsp.protocol.make_client_capabilities()\ncapabilities.textDocument.completion.completionItem.snippetSupport = true\n\nrequire'lspconfig'.neocmake.setup {\n capabilities = capabilities,\n}\n```\n",
|
||||
"name": "neocmake"
|
||||
},
|
||||
{
|
||||
"cmd": ["java", "-jar", "nextflow-language-server-all.jar"],
|
||||
"desc": "https://github.com/nextflow-io/language-server\n\nRequirements: - Java 17+\n\n`nextflow_ls` can be installed by following the instructions\n[here](https://github.com/nextflow-io/language-server#development).\n\nIf you have installed nextflow language server, you can set the `cmd`\ncustom path as follow:\n\n``` lua\nrequire'lspconfig'.nextflow_ls.setup{\n cmd = { 'java', '-jar', 'nextflow-language-server-all.jar' },\n filetypes = { 'nextflow' },\n root_dir = util.root_pattern('nextflow.config', '.git'),\n settings = {\n nextflow = {\n files = {\n exclude = { '.git', '.nf-test', 'work' },\n },\n },\n },\n}\n```\n",
|
||||
"name": "nextflow_ls"
|
||||
},
|
||||
{
|
||||
"desc": "https://github.com/elixir-tools/next-ls\n\n**By default, next-ls does not set its `cmd`. Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**\n",
|
||||
"name": "nextls"
|
||||
|
@ -1233,6 +1243,11 @@
|
|||
"desc": "https://github.com/nix-community/rnix-lsp\n\nA language server for Nix providing basic completion and formatting via nixpkgs-fmt.\n\nTo install manually, run `cargo install rnix-lsp`. If you are using nix, rnix-lsp is in nixpkgs.\n\nThis server accepts configuration via the `settings` key.\n\n ",
|
||||
"name": "rnix"
|
||||
},
|
||||
{
|
||||
"cmd": ["robotcode", "language-server"],
|
||||
"desc": "https://robotcode.io\n\nRobotCode - Language Server Protocol implementation for Robot Framework.\n",
|
||||
"name": "robotcode"
|
||||
},
|
||||
{
|
||||
"cmd": ["robotframework_ls"],
|
||||
"desc": "https://github.com/robocorp/robotframework-lsp\n\nLanguage Server Protocol implementation for Robot Framework.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue