diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/mlir_lsp_server.lua')
| -rw-r--r-- | lsp/mlir_lsp_server.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/mlir_lsp_server.lua b/lsp/mlir_lsp_server.lua index 75bed78c..5f2dd110 100644 --- a/lsp/mlir_lsp_server.lua +++ b/lsp/mlir_lsp_server.lua @@ -5,6 +5,7 @@ --- The Language Server for the LLVM MLIR language --- --- `mlir-lsp-server` can be installed at the llvm-project repository (https://github.com/llvm/llvm-project) +---@type vim.lsp.Config return { cmd = { 'mlir-lsp-server' }, filetypes = { 'mlir' }, |
