diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-06 21:08:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-06 21:08:28 +0200 |
| commit | e1644d31eb87ae13674c227f5c29d2f4ad54cc3d (patch) | |
| tree | 27837907120cc0ac8a40bcd569d71838420cbc85 /lua | |
| parent | d086e37f2b805938f4c8803dc9d9a9d09920038c (diff) | |
| download | dotfiles-e1644d31eb87ae13674c227f5c29d2f4ad54cc3d.tar.gz dotfiles-e1644d31eb87ae13674c227f5c29d2f4ad54cc3d.zip | |
Add no_ignore = true option to M.find_scripts
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
