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 = "" })