1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

generated: Update

- Updated conform-formatters.json
- Updated lspconfig-servers.json
This commit is contained in:
nixvim-ci[bot] 2025-10-05 12:15:24 +00:00 committed by Austin Horstman
parent 3b5960c0d6
commit 8e2bbc6b0b
2 changed files with 2 additions and 1 deletions

View file

@ -128,6 +128,7 @@
"mdformat",
"mdsf",
"mdslw",
"meson",
"mix",
"mojo_format",
"nginxfmt",

View file

@ -28,7 +28,7 @@
"beancount": "https://github.com/polarmutex/beancount-language-server#installation See\nhttps://github.com/polarmutex/beancount-language-server#configuration\nfor configuration options",
"bicep": "https://github.com/azure/bicep Bicep language server Bicep language\nserver can be installed by downloading and extracting a release of\nbicep-langserver.zip from [Bicep GitHub\nreleases](https://github.com/Azure/bicep/releases). Bicep language\nserver requires the [dotnet-sdk](https://dotnet.microsoft.com/download)\nto be installed. Neovim does not have built-in support for the bicep\nfiletype which is required for lspconfig to automatically launch the\nlanguage server. Filetype detection can be added via an autocmd:\n\n``` lua\nvim.cmd [[ autocmd BufNewFile,BufRead *.bicep set filetype=bicep ]]\n```\n\n**By default, bicep language server does not have a `cmd` set.** This is\nbecause nvim-lspconfig does not make assumptions about your path. You\nmust add the following to your init.vim or init.lua to set `cmd` to the\nabsolute path (\\$HOME and \\~ are not expanded) of the unzipped run\nscript or binary.\n\n``` lua\nlocal bicep_lsp_bin = \"/path/to/bicep-langserver/Bicep.LangServer.dll\"\nvim.lsp.config('bicep', {\n cmd = { \"dotnet\", bicep_lsp_bin };\n ...\n})\n```\n\nTo download the latest release and place in\n/usr/local/bin/bicep-langserver:\n\n``` bash\n(cd $(mktemp -d) \\\n && curl -fLO https://github.com/Azure/bicep/releases/latest/download/bicep-langserver.zip \\\n && rm -rf /usr/local/bin/bicep-langserver \\\n && unzip -d /usr/local/bin/bicep-langserver bicep-langserver.zip)\n```",
"biome": "https://biomejs.dev Toolchain of the web. [Successor of\nRome](https://biomejs.dev/blog/annoucing-biome).\n\n``` sh\nnpm install [-g] @biomejs/biome\n```\n\n**Monorepo support**\n\n`biome` supports monorepos by default. It will automatically find the\n`biome.json` corresponding to the package you are working on, as\ndescribed in the\n[documentation](https://biomejs.dev/guides/big-projects/#monorepo). This\nworks without the need of spawning multiple instances of `biome`, saving\nmemory.",
"bitbake_language_server": "🛠️ bitbake language server",
"bitbake_language_server": "https://github.com/Freed-Wu/bitbake-language-server\n`bitbake-language-server` can be installed via `pip`:\n\n``` sh\npip install bitbake-language-server\n```\n\nLanguage server for bitbake.",
"blueprint_ls": "https://gitlab.gnome.org/jwestman/blueprint-compiler\n`blueprint-compiler` can be installed via your system package manager.\nLanguage server for the blueprint markup language, written in python and\npart of the blueprint-compiler.",
"bqls": "https://github.com/kitagry/bqls The `bqls` BigQuery language server can\nbe installed by running:\n\n``` sh\n$ go install github.com/kitagry/bqls@latest\n```",
"bright_script": "https://github.com/RokuCommunity/brighterscript `brightscript` can be\ninstalled via `npm`:\n\n``` sh\nnpm install -g brighterscript\n```",