feat(icons): make it possible to disable icons (#2529)

This commit is contained in:
Abouzar Parvan 2022-04-28 19:00:39 +04:30 committed by GitHub
parent dd65e28565
commit 6a66e39f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 46 additions and 18 deletions

View file

@ -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
{