mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
feat(icons): make it possible to disable icons (#2529)
This commit is contained in:
parent
dd65e28565
commit
6a66e39f29
11 changed files with 46 additions and 18 deletions
|
@ -175,7 +175,10 @@ local core_plugins = {
|
|||
},
|
||||
|
||||
-- Icons
|
||||
{ "kyazdani42/nvim-web-devicons" },
|
||||
{
|
||||
"kyazdani42/nvim-web-devicons",
|
||||
disable = not lvim.use_icons,
|
||||
},
|
||||
|
||||
-- Status Line and Bufferline
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue