diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-29 11:19:39 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-29 11:19:39 +0200 |
| commit | 175a80a2f8c5dc84163e60b5936ee3db3ba80d79 (patch) | |
| tree | 6566a0779e77654f7d21e774a204262387c0f213 /nvim/lua | |
| parent | ffb269393ceabc3b8afb6198588f5225b7d6560b (diff) | |
| download | dotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.tar.gz dotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.tar.bz2 dotfiles-175a80a2f8c5dc84163e60b5936ee3db3ba80d79.zip | |
lazy.nvim: Telesope Einstellungen verbessert
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 2 |
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 = { |
