hotfix: telescope command for finding notes

This commit is contained in:
Muhammad Nauman Raza 2024-02-07 18:03:41 +00:00
parent d7f38b102c
commit 72b8ec66c0
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -22,6 +22,6 @@ local wk = require("which-key")
wk.register({
n = {
name = "neorg",
p = { "<cmd>Telescope find_files search_dir=~/NAS/Documents/Neorg cwd=" .. vim.fn.expand("%:p:h") .. " push<cr>", "Search for notes" },
p = { "<cmd>Telescope find_files search_dir=~/NAS/Documents/Neorg<cr>", "Search for notes" },
},
}, { prefix = "<leader>" })