Skip to content

Commit

Permalink
fix(icons): match new Nerd Fonts 3.0.0 release (#268)
Browse files Browse the repository at this point in the history
See the following links for more information:
- ryanoasis/nerd-fonts#365
- ryanoasis/nerd-fonts#1059 (comment)
  • Loading branch information
XenoPhex authored May 3, 2023
1 parent 9616a1a commit 7a26eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/lsp_signature/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ helper.log = function(...)

local arg = { ... }
local log_path = _LSP_SIG_CFG.log_path or nil
local str = ' '
local str = '󰘫 '

-- local info = debug.getinfo(2, "Sl")

Expand Down
2 changes: 1 addition & 1 deletion lua/lsp_signature/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ M.status_line = function(size)
end
return {
hint = status_line.hint,
label = status_line.label:sub(1, labelsize) .. [[]],
label = status_line.label:sub(1, labelsize) .. [[󰇘]],
range = status_line.range,
}
end
Expand Down

0 comments on commit 7a26eba

Please sign in to comment.