diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = { |