hotfix: telescope flag for finding neorg notes
This commit is contained in:
parent
1e91277856
commit
397f7817ff
|
@ -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>" })
|
||||
|
|
Loading…
Reference in a new issue