LunarVim / LunarVim

🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
https://www.lunarvim.org
GNU General Public License v3.0
18.09k stars 1.5k forks source link

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

Open 5ilvers opened 1 year ago

5ilvers commented 1 year ago

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

kobzar commented 1 year ago

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 commented 1 year ago

Tmp close as inactive state

LostNeophyte commented 1 year ago

our breadcrumbs use icons and this is currently not configurable

nickdesaulniers commented 1 year ago

Bump; seeing this as well.

stevenroose commented 11 months ago

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

dunkOnIT commented 11 months ago

Also struggling with this.