diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/qmlls.lua')
| -rw-r--r-- | lsp/qmlls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/qmlls.lua b/lsp/qmlls.lua index 22e7a07b..89d499ff 100644 --- a/lsp/qmlls.lua +++ b/lsp/qmlls.lua @@ -5,6 +5,7 @@ --- > QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor. --- --- Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/) +---@type vim.lsp.Config return { cmd = { 'qmlls' }, filetypes = { 'qml', 'qmljs' }, |
