Skip to content

Commit

Permalink
fix(extras): correct lazygit extension (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotfrag committed Jun 7, 2024
1 parent 9d88650 commit 9601653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/extra/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ M.extras = {
foot = {ext = "ini", url = "https://codeberg.org/dnkl/foot", label = "Foot"},
tilix = {ext = "json", url = "https://github.com/gnunn1/tilix", label = "Tilix"},
iterm = {ext = "itermcolors", url = "https://iterm2.com/", label = "iTerm"},
lazygit = {ext = "conf", url = "https://github.com/jesseduffield/lazygit", label = "Lazygit"},
lazygit = {ext = "yml", url = "https://github.com/jesseduffield/lazygit", label = "Lazygit"},
lua = {ext = "lua", url = "https://www.lua.org", label = "Lua Table for testing"},
sublime = {ext = "tmTheme", url = "https://www.sublimetext.com/docs/themes", label = "Sublime Text"},
delta = {ext = "gitconfig", url = "https://github.com/dandavison/delta", label = "Delta"},
Expand Down

0 comments on commit 9601653

Please sign in to comment.