This commit is contained in:
2026-06-30 15:54:23 +02:00
parent 5eb695beaa
commit 75222a5f85
8 changed files with 126 additions and 92 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
local map = vim.keymap.set
local builtin = require "telescope.builtin"
local pickers = require "functions.telescope-pickers"
map("n", "<Tab>", "<Cmd>BufferLineCycleNext<CR>")
map("n", "<S-Tab>", "<Cmd>BufferLineCyclePrev<CR>")
@@ -39,7 +41,7 @@ map(
map(
"n",
"<leader>g",
require("telescope.builtin").live_grep,
pickers.resume_or_start("Live Grep", builtin.live_grep),
{ desc = "Telescope grep" }
)
map(