Backup
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user