@@ -6,7 +6,7 @@ local M = {}
6
6
--- @type table<string , { ext : string , url : string , label : string , subdir ?: string , sep ?: string } >
7
7
-- stylua: ignore
8
8
M .extras = {
9
- aerc = { ext = " ini" , url = " https://git.sr.ht/~rjarry/aerc/" , label = " Aerc" },
9
+ aerc = { ext = " ini" , url = " https://git.sr.ht/~rjarry/aerc/" , label = " Aerc" },
10
10
alacritty = { ext = " toml" , url = " https://github.com/alacritty/alacritty" , label = " Alacritty" },
11
11
delta = { ext = " gitconfig" , url = " https://github.com/dandavison/delta" , label = " Delta" },
12
12
dunst = { ext = " dunstrc" , url = " https://dunst-project.org/" , label = " Dunst" },
@@ -15,16 +15,17 @@ M.extras = {
15
15
foot = { ext = " ini" , url = " https://codeberg.org/dnkl/foot" , label = " Foot" },
16
16
fzf = { ext = " sh" , url = " https://github.com/junegunn/fzf" , label = " Fzf" },
17
17
gitui = { ext = " ron" , url = " https://github.com/extrawurst/gitui" , label = " GitUI" },
18
- gnome_terminal = { ext = " dconf" , url = " https://gitlab.gnome.org/GNOME/gnome-terminal" , label = " GNOME Terminal" },
18
+ gnome_terminal = { ext = " dconf" , url = " https://gitlab.gnome.org/GNOME/gnome-terminal" , label = " GNOME Terminal" },
19
19
helix = { ext = " toml" , url = " https://helix-editor.com/" , label = " Helix" },
20
20
iterm = { ext = " itermcolors" , url = " https://iterm2.com/" , label = " iTerm" },
21
21
kitty = { ext = " conf" , url = " https://sw.kovidgoyal.net/kitty/conf.html" , label = " Kitty" },
22
22
lazygit = { ext = " yml" , url = " https://github.com/jesseduffield/lazygit" , label = " Lazygit" },
23
23
lua = { ext = " lua" , url = " https://www.lua.org" , label = " Lua Table for testing" },
24
24
prism = { ext = " js" , url = " https://prismjs.com" , label = " Prism" },
25
- slack = {ext = " txt" , url = " https://slack.com" , label = " Slack" },
25
+ process_compose = { ext = " yaml" , url = " https://f1bonacc1.github.io/process-compose/" , label = " process-compose" },
26
+ slack = { ext = " txt" , url = " https://slack.com" , label = " Slack" },
26
27
sublime = { ext = " tmTheme" , url = " https://www.sublimetext.com/docs/themes" , label = " Sublime Text" },
27
- spotify_player = {ext = " toml" , url = " https://github.com/aome510/spotify-player" , label = " Spotify Player" },
28
+ spotify_player = { ext = " toml" , url = " https://github.com/aome510/spotify-player" , label = " Spotify Player" },
28
29
terminator = { ext = " conf" , url = " https://gnome-terminator.readthedocs.io/en/latest/config.html" , label = " Terminator" },
29
30
tilix = { ext = " json" , url = " https://github.com/gnunn1/tilix" , label = " Tilix" },
30
31
tmux = { ext = " tmux" , url = " https://github.com/tmux/tmux/wiki" , label = " Tmux" },
0 commit comments