From e61da1eae59d9f4c6cdb076bdb73e7572f49c069 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 24 Oct 2024 09:27:23 -0700 Subject: refactor(docs): drop redundant default_config #3397 Problem: default_config duplicated in `docs` items. Solution: delete it. docgen autogenerates this now. --- lua/lspconfig/configs/gitlab_ci_ls.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lua/lspconfig/configs/gitlab_ci_ls.lua') diff --git a/lua/lspconfig/configs/gitlab_ci_ls.lua b/lua/lspconfig/configs/gitlab_ci_ls.lua index 521e476b..24428038 100644 --- a/lua/lspconfig/configs/gitlab_ci_ls.lua +++ b/lua/lspconfig/configs/gitlab_ci_ls.lua @@ -20,14 +20,5 @@ Language Server for Gitlab CI `gitlab-ci-ls` can be installed via cargo: cargo install gitlab-ci-ls ]], - default_config = { - cmd = { 'gitlab-ci-ls' }, - filetypes = { 'yaml.gitlab' }, - root_dir = [[util.root_pattern('.gitlab*', '.git')]], - init_options = { - cache_path = [[util.path.join(vim.uv.os_homedir(), '.cache/gitlab-ci-ls/')]], - log_path = [[util.path.join(util.path.join(vim.uv.os_homedir(), '.cache/gitlab-ci-ls/'), 'log/gitlab-ci-ls.log')]], - }, - }, }, } -- cgit v1.2.3-70-g09d2