From 397f7817ff9cabf8733fff7fdc1e1bbb038b0c5b Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 7 Feb 2024 18:04:57 +0000 Subject: [PATCH] hotfix: telescope flag for finding neorg notes --- lua/core/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/neorg.lua b/lua/core/neorg.lua index d34ffce..e2357b1 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", - f = { "Telescope find_files search_dir=~/NAS/Documents/Neorg", "Search for notes" }, + f = { "Telescope find_files search_dirs=~/NAS/Documents/Neorg", "Search for notes" }, }, }, { prefix = "" })