diff options
Diffstat (limited to 'lsp/opencl_ls.lua')
| -rw-r--r-- | lsp/opencl_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/opencl_ls.lua b/lsp/opencl_ls.lua index 4e2dcc5c..8affb07f 100644 --- a/lsp/opencl_ls.lua +++ b/lsp/opencl_ls.lua @@ -5,6 +5,7 @@ --- Build instructions can be found [here](https://github.com/Galarius/opencl-language-server/blob/main/_dev/build.md). --- --- Prebuilt binaries are available for Linux, macOS and Windows [here](https://github.com/Galarius/opencl-language-server/releases). +---@type vim.lsp.Config return { cmd = { 'opencl-language-server' }, filetypes = { 'opencl' }, |
