Lsp kind for nerdfont 3

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

@ -284,9 +284,9 @@ local extend_config = function(opts)
if _NgConfigValues[key][k] == nil then if _NgConfigValues[key][k] == nil then
if key == 'lsp' then if key == 'lsp' then
local lsp = require('navigator.lspclient.servers') local lsp = require('navigator.lspclient.servers')
if not vim.tbl_contains(lsp or {}, k) and k ~= 'efm' and k ~= 'null-ls' then -- 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)) -- info(string.format('[󰎐] extend LSP support for %s %s ', key, k))
end -- end
elseif key == 'signature_help_cfg' then elseif key == 'signature_help_cfg' then
_NgConfigValues[key][k] = v _NgConfigValues[key][k] = v
elseif key == 'keymaps' then elseif key == 'keymaps' then

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

Loading…
Cancel
Save