From ffb269393ceabc3b8afb6198588f5225b7d6560b Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 29 Jun 2026 11:02:39 +0200 Subject: lazy.nvim: config() und Optionen getrennt --- nvim/lua/plugins/telescope.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nvim/lua/plugins/telescope.lua') diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 8c2cae5..bbf33ce 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -5,6 +5,11 @@ return { "nvim-lua/plenary.nvim", }, lazy = true, + opts = { + defaults = { + path_display = { "truncate" }, + }, + }, keys = { { "ff", "Telescope find_files", desc = "Find files" }, { "fg", "Telescope live_grep", desc = "Live grep" }, -- cgit v1.3