Skip to content

Commit

Permalink
plugins/molten: add wezterm as image provider
Browse files Browse the repository at this point in the history
  • Loading branch information
samos667 committed Dec 7, 2024
1 parent c7edf0c commit 12ac032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/by-name/molten/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ mkVimPlugin {
[
"none"
"image.nvim"
"wezterm"
]
''
How images are displayed.
If set to `"wezterm"`, `plugins.wezterm.enable` must be true.
'';

open_cmd = helpers.mkNullOrOption types.str ''
Expand Down

0 comments on commit 12ac032

Please sign in to comment.