aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-10-12 12:36:00 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-10-12 12:36:00 +0100
commit6ce9c5a2c0b6d1f48093045f640726c6892fd341 (patch)
tree81e0a2f705d2cde8bc6ff03c571d0fd6be12c8ae /plugins.vim
parente829374b33c021266fc5a1794c712e8fd9d9e408 (diff)
downloaddotnvim-6ce9c5a2c0b6d1f48093045f640726c6892fd341.tar.gz
dotnvim-6ce9c5a2c0b6d1f48093045f640726c6892fd341.zip
Better telescope conf
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim
index 729613d..77834e4 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -65,6 +65,12 @@ call plug#end()
}
-- which-key
require("which-key").setup { }
+ -- telescope
+ require("telescope").setup {
+ defaults = {
+ path_display = { truncate = 1 },
+ },
+ }
EOF
source ~/.config/nvim/lualine.lua