diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-18 23:49:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-18 23:49:18 +0200 |
| commit | 73f31dabc03cd963e6e6c22bb53ffe56ad7fc855 (patch) | |
| tree | eeeafecbe5bf6b501d05c597ed236724fa025353 /lua | |
| parent | 167b8cfba1e57e49a49ae0b292dda1689f6db41a (diff) | |
| download | dotfiles-73f31dabc03cd963e6e6c22bb53ffe56ad7fc855.tar.gz dotfiles-73f31dabc03cd963e6e6c22bb53ffe56ad7fc855.zip | |
Adjust "find_scripts" hidden value to true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index efbbf28..6cd41ae 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -299,7 +299,7 @@ end function M.find_scripts() require("telescope.builtin").find_files { - hidden = false, + hidden = true, prompt_title = " Find Notes", path_display = { "smart" }, search_dirs = { |
