Lsp kind for nerdfont 3

pull/292/head
ray-x 6 months ago
parent 4d6b1b804f
commit bedf65e668

@ -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

@ -3,7 +3,7 @@ local kind_symbols = {
Method = 'ƒ',
Function = '',
Constructor = '',
Field = '󰠴',
Field = '',
Variable = '',
Class = '󰠱',
Interface = '',
@ -89,25 +89,25 @@ local CompletionItemKind = {
local SymbolItemKind = {
'',
'',
' ',
' ',
'',
' ',
' ',
'ƒ ',
' ',
'',
' ',
'',
'',
'𝕰 ',
'',
' ',
' ',
'',
'󰡱 ',
'',
'',
'',
'󰠴',
'',
'',
'',
' ',
'󰇥 ',
'',
'󰇥',
'󰟢',
'󰎬',
'',
'󰯹',

Loading…
Cancel
Save