diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 09:27:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 09:27:23 -0700 |
| commit | e61da1eae59d9f4c6cdb076bdb73e7572f49c069 (patch) | |
| tree | c880556de9a9969b645226fe1250a0d40c868a05 /lua/lspconfig/configs/gitlab_ci_ls.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.gz nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.bz2 nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.lz nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.xz nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.tar.zst nvim-lspconfig-e61da1eae59d9f4c6cdb076bdb73e7572f49c069.zip | |
refactor(docs): drop redundant default_config #3397
Problem:
default_config duplicated in `docs` items.
Solution:
delete it. docgen autogenerates this now.
Diffstat (limited to 'lua/lspconfig/configs/gitlab_ci_ls.lua')
| -rw-r--r-- | lua/lspconfig/configs/gitlab_ci_ls.lua | 9 |
1 files changed, 0 insertions, 9 deletions
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')]], - }, - }, }, } |
