Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: sign removed #20

Closed
3 tasks done
snelling-a opened this issue May 5, 2023 · 0 comments
Closed
3 tasks done

bug: sign removed #20

snelling-a opened this issue May 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@snelling-a
Copy link

Did you check docs and existing issues?

  • I have read all the Feline docs
  • I have searched the existing issues of Feline
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.10.0-dev-1617+g143a17833-Homebrew

Operating system/version

MacOS 13.3.1

Describe the bug

this sign has been removed from nerd-fonts
Screenshot 2023-05-05 at 10 37 49 PM

Steps To Reproduce

  1. use
{ provider = "git_diff_changed" }

in your config

Expected Behavior

expected the symbol to be there but instead it looks like this
Screenshot 2023-05-05 at 10 41 26 PM

Repro

require("lazy").setup({
  {
    "freddiehaddad/feline.nvim",
    config = function()
      require("feline").setup({ components = { provider = "git_diff_changed" } })
    end,
  }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants