@@ -9,8 +9,6 @@ local M = {}
99-- stylua: ignore
1010M .extras = {
1111 -- Keep all entries here aligned by the first `=` sign
12- vim = { ext = " vim" , url = " https://vimhelp.org/" , label = " Vim" , subdir = " colors" },
13- wezterm = { ext = " toml" , url = " https://wezfurlong.org/wezterm/config/files.html" , label = " WezTerm" },
1412 alacritty = { ext = " toml" , url = " https://github.com/alacritty/alacritty" , label = " Alacritty" },
1513 delta = { ext = " gitconfig" , url = " https://github.com/dandavison/delta" , label = " Delta" },
1614 dunst = { ext = " dunstrc" , url = " https://dunst-project.org/" , label = " Dunst" },
@@ -27,6 +25,9 @@ M.extras = {
2725 spotify_player = {ext = " toml" , url = " https://github.com/aome510/spotify-player" , label = " Spotify Player" },
2826 terminator = { ext = " conf" , url = " https://gnome-terminator.readthedocs.io/en/latest/config.html" , label = " Terminator" },
2927 tilix = { ext = " json" , url = " https://github.com/gnunn1/tilix" , label = " Tilix" },
28+ vim = { ext = " vim" , url = " https://vimhelp.org/" , label = " Vim" , subdir = " colors" },
29+ wezterm = { ext = " toml" , url = " https://wezfurlong.org/wezterm/config/files.html" , label = " WezTerm" },
30+ windows_terminal = { ext = " json" , url = " https://aka.ms/terminal-documentation" , label = " Windows Terminal" },
3031}
3132
3233function M .setup ()
0 commit comments