From b0c242dc87f26f8e73365264af1f3ada9aaf795e Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 22 Jul 2025 09:29:22 +0300 Subject: [PATCH] feat(markview): init --- config/plugins/markview.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/plugins/markview.nix diff --git a/config/plugins/markview.nix b/config/plugins/markview.nix new file mode 100644 index 0000000..bb9851f --- /dev/null +++ b/config/plugins/markview.nix @@ -0,0 +1,13 @@ +{ + plugins.markview = { + enable = true; + }; + + keymaps = [ + { + action = "Markview toggle"; + key = "tm"; + options.desc = "toggle markview"; + } + ]; +} -- 2.44.1