diff options
author | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-04-02 23:37:26 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-04-02 23:37:26 -0400 |
commit | 5804217bdc99e58a65dcf04baf70e028731219b1 (patch) | |
tree | 0b8bdd369e118d495ae16e9120ab0bc676f368ba /README.md | |
parent | 50f826d471386abd3ee7cf442cf656a043323dd7 (diff) |
More customization 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 = { |