aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/robotframework_ls.lua
blob: 2f3e01f334fc6cf9e23508169ad8959c872549df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/robocorp/robotframework-lsp
---
--- Language Server Protocol implementation for Robot Framework.
---@type vim.lsp.Config
return {
  cmd = { 'robotframework_ls' },
  filetypes = { 'robot' },
  root_markers = { 'robotidy.toml', 'pyproject.toml', 'conda.yaml', 'robot.yaml', '.git' },
}