From 7b5bef9f1a8b80492dae0d4f81c6bd7cf31fc0fd Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 29 Mar 2024 16:16:45 +0000 Subject: [PATCH] feat: keybinding for Typst documents --- lua/core/neorg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/neorg.lua b/lua/core/neorg.lua index e561420..ea210b8 100644 --- a/lua/core/neorg.lua +++ b/lua/core/neorg.lua @@ -24,5 +24,6 @@ wk.register({ n = { name = "neorg", f = { "Telescope find_files search_dirs=~/NAS/Documents/Neorg", "Search for notes" }, + d = { "Telescope find_files search_dirs=~/NAS/Documents/Typst", "Search Typst Documents" }, }, }, { prefix = "" })