diff options
Diffstat (limited to 'nvim/lsp/robotcode.lua')
| -rwxr-xr-x | nvim/lsp/robotcode.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lsp/robotcode.lua b/nvim/lsp/robotcode.lua deleted file mode 100755 index 1193a3a..0000000 --- a/nvim/lsp/robotcode.lua +++ /dev/null @@ -1,13 +0,0 @@ ----@brief ---- ---- https://robotcode.io ---- ---- RobotCode - Language Server Protocol implementation for Robot Framework. -return { - cmd = { 'robotcode', 'language-server' }, - filetypes = { 'robot', 'resource' }, - root_markers = { 'robot.toml', 'pyproject.toml', 'Pipfile', '.git' }, - get_language_id = function(_, _) - return 'robotframework' - end, -} |
