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

feat: move icons to a single icons file #3115

Merged
merged 1 commit into from Oct 3, 2022
Merged

feat: move icons to a single icons file #3115

merged 1 commit into from Oct 3, 2022

Conversation

prichrd
Copy link
Contributor

@prichrd prichrd commented Oct 1, 2022

Description

Centralize the icons to a icons.lua file under lua/lvim/.
The icons were found using the following grep command: grep -P -n "[^\x00-\x7F]" -r ./lua

fixes #3092

How Has This Been Tested?

  • Start lvim and check different components:
    • Alpha start screen
    • Lualine
    • Gitsigns
    • Nvim tree

lua/lvim/core/cmp.lua Outdated Show resolved Hide resolved
lua/lvim/core/lualine/components.lua Outdated Show resolved Hide resolved
lua/lvim/icons.lua Outdated Show resolved Hide resolved
lua/lvim/icons.lua Outdated Show resolved Hide resolved
lua/lvim/core/lualine/components.lua Outdated Show resolved Hide resolved
@prichrd
Copy link
Contributor Author

prichrd commented Oct 2, 2022

Thank you for the review @kylo252, I have applied all of the changes requested.

@prichrd prichrd requested review from kylo252 and removed request for ChristianChiarulli October 2, 2022 17:23
@ChristianChiarulli
Copy link
Member

could you fix merge conflict, then I'll test and get this merged

@prichrd
Copy link
Contributor Author

prichrd commented Oct 3, 2022

It is ready when you are @ChristianChiarulli !

@ChristianChiarulli
Copy link
Member

@prichrd looks like a small formatting issue

@prichrd
Copy link
Contributor Author

prichrd commented Oct 3, 2022

@ChristianChiarulli sorry about that, should be good now.

@ChristianChiarulli ChristianChiarulli merged commit 8767a17 into LunarVim:rolling Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Hacktoberfest] aggregate all icons to one file and use throughout config
3 participants