From 6ce9c5a2c0b6d1f48093045f640726c6892fd341 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 12 Oct 2022 12:36:00 +0100 Subject: Better telescope conf --- plugins.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins.vim') 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 -- cgit v1.2.3