hotfix: telescope command for finding notes
This commit is contained in:
parent
d7f38b102c
commit
72b8ec66c0
|
@ -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>" })
|
||||
|
|
Loading…
Reference in a new issue