aboutsummaryrefslogtreecommitdiff
path: root/lua/user/telescope.lua
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-16 21:09:35 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-16 21:09:35 +0200
commita88d64dfa826d8dced22815e57652fff49039b94 (patch)
tree1973483d7199f7aed2755c8ef16678f116394345 /lua/user/telescope.lua
parente8f35752d00cdc04ff2616e846c12608480bd337 (diff)
Switched from NERDTree to NvimTree
Diffstat (limited to 'lua/user/telescope.lua')
-rw-r--r--lua/user/telescope.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/user/telescope.lua b/lua/user/telescope.lua
index 322068b..f073ea2 100644
--- a/lua/user/telescope.lua
+++ b/lua/user/telescope.lua
@@ -5,14 +5,11 @@ if not status_ok then
end
local actions = require "telescope.actions"
-local pls_work = "ui-select"
-
telescope.setup {
defaults = {
prompt_prefix = " ",
- selection_caret = " ",
-
+ selection_caret = "> ", -- 
mappings = {
i = {