diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-08-18 22:58:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 22:58:31 -0400 |
| commit | 1b590dc980178611b4d8f1f13daf7f23dc878294 (patch) | |
| tree | 6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/robotcode.lua | |
| parent | fix(ts/js): servers do not start when `bun.lock` exists #4008 (diff) | |
| parent | chore: miscellaneous type fixes (diff) | |
| download | nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.gz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.bz2 nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.lz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.xz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.zst nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.zip | |
Merge #4010 from igorlfs/chore/type-annotations
Diffstat (limited to 'lsp/robotcode.lua')
| -rw-r--r-- | lsp/robotcode.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/robotcode.lua b/lsp/robotcode.lua index 1193a3ab..d3fca8cb 100644 --- a/lsp/robotcode.lua +++ b/lsp/robotcode.lua @@ -3,6 +3,7 @@ --- https://robotcode.io --- --- RobotCode - Language Server Protocol implementation for Robot Framework. +---@type vim.lsp.Config return { cmd = { 'robotcode', 'language-server' }, filetypes = { 'robot', 'resource' }, |
