Skip to content

Commit

Permalink
Upgrade telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Dec 23, 2023
1 parent b536996 commit baeeeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" },
"nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
"telescope.nvim": { "branch": "master", "commit": "776b509f80dd49d8205b9b0d94485568236d1192" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"vim-fugitive": { "branch": "master", "commit": "59659093581aad2afacedc81f009ed6a4bfad275" },
"vim-gutentags": { "branch": "master", "commit": "aa47c5e29c37c52176c44e61c780032dfacef3dd" },
"vim-test": { "branch": "master", "commit": "b7ca2a825c8308286c21a563802290b3ca6e20c1" },
Expand Down
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"nvim-telescope/telescope.nvim",
tag = "0.1.2",
tag = "0.1.5",
dependencies = { "nvim-lua/plenary.nvim" },
init = function()
vim.keymap.set("n", "<Leader>f", ":Telescope find_files<CR>")
Expand Down

0 comments on commit baeeeac

Please sign in to comment.