-
Notifications
You must be signed in to change notification settings - Fork 204
refactor: split tables into individual files #550
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d6c8bc4
refactor: split tables into individual files
gegoune 5fdf3ac
fixup! refactor: split tables into individual files
gegoune 517275a
fixup! fixup! refactor: split tables into individual files
gegoune a490d9a
refactor: extract `filetypes` table to separate file
gegoune 0a6e45a
fixup! refactor: extract `filetypes` table to separate file
gegoune d91c7c7
chore: types?
gegoune 2ebb850
Update scripts/generate_colors.lua
gegoune 2c768d3
fixup! Update scripts/generate_colors.lua
gegoune 8da0332
ci: Makefile
gegoune 8cc2c15
fixup! ci: Makefile
gegoune dcc2a0e
chore: rename scripts
gegoune 9aa532e
ci: add `.gitattributes`
gegoune 218c0b1
chore: sort `filetypes.lua` keys
gegoune 33e70d2
docs: update `CONTRIBUTING.md`
gegoune 1624a80
ci: sort `filetypes.lua`
gegoune 368f6c1
Update .gitattributes
gegoune 3028209
fixup! docs: update `CONTRIBUTING.md`
hasecilu d384eea
Merge branch 'master' into refactor/split
alex-courtis 1c56d93
fix: don't error if light files don't exist
gegoune File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lua/nvim-web-devicons/icons-*.lua | ||
lua/nvim-web-devicons/*/icons_*.lua |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are all present in CI and work. CI could be consolidated at some point but not today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
lua/nvim-web-devicons/default/icons_by_desktop_environment.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
return { | ||
["budgie"] = { icon = "", color = "#4E5361", cterm_color = "240", name = "Budgie" }, | ||
["cinnamon"] = { icon = "", color = "#DC682E", cterm_color = "166", name = "Cinnamon" }, | ||
["gnome"] = { icon = "", color = "#FFFFFF", cterm_color = "231", name = "GNOME" }, | ||
["lxde"] = { icon = "", color = "#A4A4A4", cterm_color = "248", name = "LXDE" }, | ||
["lxqt"] = { icon = "", color = "#0191D2", cterm_color = "32", name = "LXQt" }, | ||
["mate"] = { icon = "", color = "#9BDA5C", cterm_color = "113", name = "MATE" }, | ||
["plasma"] = { icon = "", color = "#1B89F4", cterm_color = "33", name = "KDEPlasma" }, | ||
["xfce"] = { icon = "", color = "#00AADF", cterm_color = "74", name = "Xfce" }, | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.