aboutsummaryrefslogtreecommitdiff
path: root/lua/config/telescope.lua
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-01-22 10:54:13 +0000
committerTrey Bastian <hello@treybastian.com>2026-01-22 10:54:13 +0000
commitf05052d5e3c5274a84d2028c7a58eca9ca76db2a (patch)
treedd28c719960fbf07bf0881f23080e066e34b4ee8 /lua/config/telescope.lua
parent4a3acb5408509badd21b263925c00cad6a7b43b9 (diff)
added neotest back into the mix
Diffstat (limited to 'lua/config/telescope.lua')
-rw-r--r--lua/config/telescope.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/config/telescope.lua b/lua/config/telescope.lua
index 0c4ed4f..8362e92 100644
--- a/lua/config/telescope.lua
+++ b/lua/config/telescope.lua
@@ -1,6 +1,4 @@
-local vim = vim
vim.pack.add({
- "https://github.com/nvim-lua/plenary.nvim",
"https://github.com/nvim-telescope/telescope.nvim",
})