This commit is contained in:
2025-06-01 04:53:15 -05:00
parent b5704ecf1d
commit c88f53156e
8685 changed files with 9035 additions and 88 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ return {
"nvim-telescope/telescope.nvim",
keys = {
{',', "<cmd>Telescope find_files<cr>", desc = "Telescope find files"},
{'<A-,>', "<cmd>Telescope live_grep<cr>", desc = "Telescope live grep"}
{'<A-,>', "<cmd>Telescope live_grep<cr>", desc = "Telescope live grep"},
{'<leader>o', "<cmd>Telescope oldfiles<cr>", desc = "Telescope live grep"}
},
requires = { "nvim-lua/plenary.nvim", "BurntSushi/ripgrep" },
opts = {}