diff --git a/lua/navigator.lua b/lua/navigator.lua index fbc2abc..b0f7fc4 100644 --- a/lua/navigator.lua +++ b/lua/navigator.lua @@ -284,9 +284,9 @@ local extend_config = function(opts) if _NgConfigValues[key][k] == nil then if key == 'lsp' then local lsp = require('navigator.lspclient.servers') - 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 + -- 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 diff --git a/lua/navigator/lspclient/lspkind.lua b/lua/navigator/lspclient/lspkind.lua index 1c85943..0e80613 100644 --- a/lua/navigator/lspclient/lspkind.lua +++ b/lua/navigator/lspclient/lspkind.lua @@ -3,7 +3,7 @@ local kind_symbols = { Method = 'ƒ', Function = '', Constructor = '', - Field = '󰠴', + Field = '', Variable = '', Class = '󰠱', Interface = '', @@ -89,25 +89,25 @@ local CompletionItemKind = { local SymbolItemKind = { ' ', ' ', - ' ', + ' ', ' ', - 'פּ ', + ' ', 'ƒ ', - ' ', - 'ﴲ ', + ' ', + '', ' ', - '𝕰 ', - '蘒', - ' ', + ' ', + ' ', + '󰡱 ', ' ', ' ', ' ', - '󰠴', + '', ' ', ' ', - ' ', + '󰇥 ', ' ', - '󰇥', + '󰟢', '󰎬', ' ', '󰯹',