From 72b8ec66c08d9bb10bc1151bcc308773475448ed Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 7 Feb 2024 18:03:41 +0000 Subject: [PATCH] hotfix: telescope command for finding notes --- lua/core/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/neorg.lua b/lua/core/neorg.lua index 429afc8..397b490 100644 --- a/lua/core/neorg.lua +++ b/lua/core/neorg.lua @@ -22,6 +22,6 @@ local wk = require("which-key") wk.register({ n = { name = "neorg", - p = { "Telescope find_files search_dir=~/NAS/Documents/Neorg cwd=" .. vim.fn.expand("%:p:h") .. " push", "Search for notes" }, + p = { "Telescope find_files search_dir=~/NAS/Documents/Neorg", "Search for notes" }, }, }, { prefix = "" })