diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-12-22 17:37:13 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-12-22 17:37:13 +0100 |
| commit | e8bd36899b88285c94c850f0dfce0754d94cfe24 (patch) | |
| tree | aa857a427db278888233ab03cad59b138d16eaa8 /nvim/lua/plugins/telescope.lua | |
| parent | 6f6457b7397247a34e25d4d9bfca434d8306283e (diff) | |
| download | dotfiles-e8bd36899b88285c94c850f0dfce0754d94cfe24.tar.gz dotfiles-e8bd36899b88285c94c850f0dfce0754d94cfe24.tar.bz2 dotfiles-e8bd36899b88285c94c850f0dfce0754d94cfe24.zip | |
Neovim: Neue Konfiguration
Diffstat (limited to 'nvim/lua/plugins/telescope.lua')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua new file mode 100644 index 0000000..7633892 --- /dev/null +++ b/nvim/lua/plugins/telescope.lua | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | return { | ||
| 2 | { | ||
| 3 | "nvim-telescope/telescope.nvim", | ||
| 4 | dependencies = { | ||
| 5 | "nvim-lua/plenary.nvim", | ||
| 6 | }, | ||
| 7 | lazy = true, | ||
| 8 | }, | ||
| 9 | } | ||
