Skip to content

Commit

Permalink
feat(nvim): remove telescope plugin tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiszamanidis committed Jul 1, 2024
1 parent 0890eba commit 8c7e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/user/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ return packer.startup(function(use)
use({ "Mofiqul/dracula.nvim" })

-- Telescope
use({ "nvim-telescope/telescope.nvim", tag = "0.1.5" })
use({ "nvim-telescope/telescope.nvim" })

-- Treesitter
use({
Expand Down

0 comments on commit 8c7e212

Please sign in to comment.