From bdc962a080380575d787c2bfc26fe09e51dca681 Mon Sep 17 00:00:00 2001 From: ray-x Date: Sun, 1 Jan 2023 12:31:12 +1100 Subject: [PATCH] =?UTF-8?q?bugfix=20issue=20#255=20signature=20cfg=20faile?= =?UTF-8?q?d=20=F0=9F=8E=84=F0=9F=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/navigator.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/navigator.lua b/lua/navigator.lua index 1708cc4..0f87ac0 100755 --- a/lua/navigator.lua +++ b/lua/navigator.lua @@ -234,6 +234,8 @@ local extend_config = function(opts) if not vim.tbl_contains(lsp or {}, k) and k ~= 'efm' and k ~= 'null-ls' then info(string.format('[] extend LSP support for %s %s ', key, k)) end + elseif key == 'signature_help_cfg' then + _NgConfigValues[key][k] = v elseif key == 'keymaps' then info('keymap override' .. vim.inspect(v)) -- skip key check and allow mapping to handle that