mirror of
https://github.com/ray-x/navigator.lua
synced 2024-11-05 12:00:21 +00:00
Lsp kind for nerdfont 3
This commit is contained in:
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…
Reference in New Issue
Block a user