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/codeqlls.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lua/lspconfig/configs/codeqlls.lua') diff --git a/lua/lspconfig/configs/codeqlls.lua b/lua/lspconfig/configs/codeqlls.lua index 695041e4..d98b37ed 100644 --- a/lua/lspconfig/configs/codeqlls.lua +++ b/lua/lspconfig/configs/codeqlls.lua @@ -13,6 +13,7 @@ return { initialize_params['workspaceFolders'] = workspace_folders end, settings = { + -- List containing all search paths, eg: '~/codeql-home/codeql-repo'. search_path = vim.empty_dict(), }, }, @@ -24,11 +25,6 @@ https://codeql.github.com/docs/codeql-cli/ Binaries: https://github.com/github/codeql-cli-binaries ]], - default_config = { - settings = { - search_path = [[list containing all search paths, eg: '~/codeql-home/codeql-repo']], - }, - }, }, on_new_config = function(config) if type(config.settings.search_path) == 'table' and not vim.tbl_isempty(config.settings.search_path) then -- cgit v1.2.3-70-g09d2