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

set lvim.use_icons to false doesn't work #4209

Open
5ilvers opened this issue May 29, 2023 · 6 comments
Open

set lvim.use_icons to false doesn't work #4209

5ilvers opened this issue May 29, 2023 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@5ilvers
Copy link

5ilvers commented May 29, 2023

Problem description

When i try to set lvim.use_icons = false in config.lua in ~/.config/lvim/

I still get icons everywhere

I tried to reset Lvim Cache, and reinstall as well

LunarVim version

1.3

Neovim version (>= 0.9.0)

NVIM v0.9.0

Terminal name

kitty

Operating system/version

Ubuntu 20.04

Steps to reproduce

lvim.use_icons = false in config.lua in ~/.config/lvim/
re-open lvim, still sees icons everywhere

Screenshots

No response

@5ilvers 5ilvers added the bug Something isn't working label May 29, 2023
@kobzar
Copy link

kobzar commented Jun 2, 2023

This is working. But a lot of plugins use personal icons settings
So, you must disable it to.
run this command to generate full options file for lvim

lvim --headless +'lua require("lvim.utils").generate_settings()' +qa && sort -o lv-settings.lua{,}

use search and you found a lot of settings icons for different places.

@kobzar
Copy link

kobzar commented Jun 6, 2023

Tmp close as inactive state

@kobzar kobzar closed this as completed Jun 6, 2023
@LostNeophyte
Copy link
Member

our breadcrumbs use icons and this is currently not configurable

@nickdesaulniers
Copy link

Bump; seeing this as well.

@stevenroose
Copy link

This bugs me too, I can't get the icons configured so I see rectangles everywhere even with lvim.use_icons = false.

@dunkOnIT
Copy link

Also struggling with this.

  • Icons not displaying even after installing a NerdFont and setting it in my terminal
  • lvim.use_icons = false doesn't work either - still seeing boxes everywhere

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
Status: Todo
Development

No branches or pull requests

6 participants