nvim/lua/plugin/snap.lua
2024-05-30 17:05:02 +02:00

8 lines
271 B
Lua

local snap = require'snap'
snap.maps {
{"<Space>f", snap.config.file {producer = "ripgrep.file"}},
{"<Leader>b", snap.config.file {producer = "vim.buffer"}},
-- {"<Leader>fo", snap.config.file {producer = "vim.oldfile"}},
{"<Leader>g", snap.config.vimgrep {}},
}