Skip to content

How to change ui icons? #1217

Closed Answered by glepnir
iguii asked this question in Q&A
Jul 30, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

it also set by neovim not lspsaga you can define them like

  local signs = {
    Error = '',
    Warn = '',
    Info = '',
    Hint = '',
  }
  for type, icon in pairs(signs) do
    local hl = 'DiagnosticSign' .. type
    vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl })
  end

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iguii
Comment options

@glepnir
Comment options

Answer selected by iguii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants