hotfix: telescope flag for finding neorg notes

This commit is contained in:
Muhammad Nauman Raza 2024-02-07 18:04:57 +00:00
parent 1e91277856
commit 397f7817ff
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -22,6 +22,6 @@ local wk = require("which-key")
wk.register({
n = {
name = "neorg",
f = { "<cmd>Telescope find_files search_dir=~/NAS/Documents/Neorg<cr>", "Search for notes" },
f = { "<cmd>Telescope find_files search_dirs=~/NAS/Documents/Neorg<cr>", "Search for notes" },
},
}, { prefix = "<leader>" })