summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin.chausse@goto.com>2025-04-02 23:37:26 -0400
committerBenjamin Chausse <benjamin.chausse@goto.com>2025-04-02 23:37:26 -0400
commit5804217bdc99e58a65dcf04baf70e028731219b1 (patch)
tree0b8bdd369e118d495ae16e9120ab0bc676f368ba /README.md
parent50f826d471386abd3ee7cf442cf656a043323dd7 (diff)
More customization options
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27a2d25..51d096d 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,12 @@ plugin.
dependencies = "nvim-telescope/telescope.nvim",
opts = {
new_tab_explorer = false, -- Set to true to use `:Exp` on new tabs
+ -- prompt_title = "Prompt inside Telescope" -- Optional
+ -- prompt_icon = "> " -- Optional: good if you don't have a NerdFont
drop_locations = {
{ name = "Projects", dir = "~/Workspace" },
{ name = "Neovim Config", dir = "~/.config/nvim" },
- { name = "University", dir = "~/Documents/school/university/current_semester" },
+ { name = "University", dir = "~/Documents/school/university" },
},
},
keys = {