generated: Updated lspconfig-servers.json

This commit is contained in:
github-actions[bot] 2025-03-22 12:13:24 +00:00
parent 33539ce13f
commit 5a12e283bd

View file

@ -941,6 +941,11 @@
"desc": "https://github.com/tintoy/msbuild-project-tools-server/\n\nMSBuild Project Tools Server can be installed by following the README.MD on the above repository.\n\nExample config:\n```lua\nlspconfig.msbuild_project_tools_server.setup {\n cmd = {'dotnet', '/path/to/server/MSBuildProjectTools.LanguageServer.Host.dll'}\n}\n```\n\nThere's no builtin filetypes for msbuild files, would require some filetype aliases:\n\n```lua\nvim.filetype.add({\n extension = {\n props = 'msbuild',\n tasks = 'msbuild',\n targets = 'msbuild',\n },\n pattern = {\n [ [[.*\\..*proj]] ] = 'msbuild',\n },\n})\n```\n\nOptionally tell treesitter to treat `msbuild` as `xml` so you can get syntax highlighting if you have the treesitter-xml-parser installed.\n\n```lua\nvim.treesitter.language.register('xml', { 'msbuild' })\n```\n",
"name": "msbuild_project_tools_server"
},
{
"cmd": ["muon", "analyze", "lsp"],
"desc": "https://muon.build\n",
"name": "muon"
},
{
"cmd": ["mutt-language-server"],
"desc": "https://github.com/neomutt/mutt-language-server\n\nA language server for (neo)mutt's muttrc. It can be installed via pip.\n\n```sh\npip install mutt-language-server\n```\n ",
@ -1220,14 +1225,9 @@
"desc": "https://github.com/microsoft/pyright\n\n`pyright`, a static type checker and language server for python\n",
"name": "pyright"
},
{
"cmd": ["qml-lsp"],
"desc": "https://invent.kde.org/sdk/qml-lsp\n\nLSP implementation for QML (autocompletion, live linting, etc. in editors)\n ",
"name": "qml_lsp"
},
{
"cmd": ["qmlls"],
"desc": "https://github.com/qt/qtdeclarative\n\nLSP implementation for QML (autocompletion, live linting, etc. in editors),\n ",
"desc": "https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html\n\n> QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor.\n\nSource in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/)\n ",
"name": "qmlls"
},
{