diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-26 22:45:47 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-26 22:45:47 +0200 |
| commit | 5c8cb15da0051b5b611e9f3fbae31c75f6d7c970 (patch) | |
| tree | ea9fe7fe08b7759ca9bd3158d59d24ee77bf899f /lua/plugins/telescope.lua | |
| parent | f704bcce38c857a02d4ed6e370886ab265b32c84 (diff) | |
| download | dotfiles-5c8cb15da0051b5b611e9f3fbae31c75f6d7c970.tar.gz dotfiles-5c8cb15da0051b5b611e9f3fbae31c75f6d7c970.zip | |
Squashed '.config/nvim/' changes from 4d96ae9..f685617
f685617 Fixed find_notes function
cfac417 Fixed macros not working
git-subtree-dir: .config/nvim
git-subtree-split: f68561755f5011f59e333d72ddb4122ca25a8f92
Diffstat (limited to 'lua/plugins/telescope.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 f878b77..abf4e5e 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -329,7 +329,7 @@ function M.find_notes() prompt_title = " Find Notes", path_display = { "smart" }, search_dirs = { - "~/documents", + "~/documents/notes", }, --cwd = "~documents/notes", layout_strategy = "horizontal", |
