From a52572c060dd991aa9fed0683503931f6b263d0b Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 16 Nov 2024 15:51:55 +0000 Subject: [PATCH] plugins/tmux-navigator: use markdown admonition --- plugins/by-name/tmux-navigator/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/by-name/tmux-navigator/default.nix b/plugins/by-name/tmux-navigator/default.nix index 07fbb87f..fc585d7c 100644 --- a/plugins/by-name/tmux-navigator/default.nix +++ b/plugins/by-name/tmux-navigator/default.nix @@ -15,7 +15,8 @@ helpers.vim-plugin.mkVimPlugin { description = '' When combined with a set of tmux key bindings, the plugin will allow you to navigate seamlessly between vim splits and tmux panes using a consistent set of hotkeys. - **WARNING:** to work correctly, you must configure tmux separately. + > [!WARNING] + > To work correctly, you must configure tmux separately. ## Usage