summaryrefslogtreecommitdiff
path: root/start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua')
-rw-r--r--start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua b/start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua
deleted file mode 100644
index 7cb772b..0000000
--- a/start/lspconfig-0.1.3/lua/lspconfig/server_configurations/robotframework_ls.lua
+++ /dev/null
@@ -1,21 +0,0 @@
-local util = require 'lspconfig.util'
-
-return {
- default_config = {
- cmd = { 'robotframework_ls' },
- filetypes = { 'robot' },
- root_dir = function(fname)
- return util.root_pattern('robotidy.toml', 'pyproject.toml')(fname) or util.find_git_ancestor(fname)
- end,
- },
- docs = {
- description = [[
-https://github.com/robocorp/robotframework-lsp
-
-Language Server Protocol implementation for Robot Framework.
-]],
- default_config = {
- root_dir = "util.root_pattern('robotidy.toml', 'pyproject.toml')(fname) or util.find_git_ancestor(fname)",
- },
- },
-}