From e1644d31eb87ae13674c227f5c29d2f4ad54cc3d Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 6 Mar 2023 21:08:28 +0200 Subject: Add no_ignore = true option to M.find_scripts --- lua/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins') diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 28e0619..f02b711 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -301,6 +301,7 @@ end function M.find_scripts() require("telescope.builtin").find_files { hidden = true, + no_ignore = true, prompt_title = " Find Notes", path_display = { "smart" }, search_dirs = { -- cgit v1.2.3