summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 = {