diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-16 13:19:43 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-16 13:19:43 +0200 |
| commit | b7050be585b12d4f6312eeb9490942c7820c91a8 (patch) | |
| tree | 0edbecac10bb4e814d410036dc8fe17ebbf9c78f /lua | |
| parent | 5a7ea6fc05ef13f5ddc6caf47ce6d179911ba6b5 (diff) | |
| download | dotfiles-b7050be585b12d4f6312eeb9490942c7820c91a8.tar.gz dotfiles-b7050be585b12d4f6312eeb9490942c7820c91a8.zip | |
Updated find_projects() prompt_title
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 e829397..98bc498 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -391,7 +391,7 @@ function M.find_projects() local search_dir = '~/projects' pickers .new({}, { - prompt_title = 'Change Directory', + prompt_title = 'Find Projects', finder = finders.new_oneshot_job({ 'find', vim.fn.expand(search_dir), |
