aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-06-29 11:19:39 +0200
committerThomas Schmucker <ts@its1.de>2026-06-29 11:19:39 +0200
commit175a80a2f8c5dc84163e60b5936ee3db3ba80d79 (patch)
tree6566a0779e77654f7d21e774a204262387c0f213 /nvim/lua/plugins
parentffb269393ceabc3b8afb6198588f5225b7d6560b (diff)
downloaddotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.tar.gz
dotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.tar.bz2
dotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.zip
lazy.nvim: Telesope Einstellungen verbessert
Diffstat (limited to 'nvim/lua/plugins')
-rw-r--r--nvim/lua/plugins/telescope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua
index bbf33ce..d7fd279 100644
--- a/nvim/lua/plugins/telescope.lua
+++ b/nvim/lua/plugins/telescope.lua
@@ -7,7 +7,7 @@ return {
7 lazy = true, 7 lazy = true,
8 opts = { 8 opts = {
9 defaults = { 9 defaults = {
10 path_display = { "truncate" }, 10 path_display = { "smart", "truncate" },
11 }, 11 },
12 }, 12 },
13 keys = { 13 keys = {