astronvim_config/lua/plugins/mappings.lua

14 lines
230 B
Lua
Raw Normal View History

return {
{
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
mappings = {
n = {
["<Leader>f/"] = require("telescope.builtin").current_buffer_fuzzy_find,
},
},
},
},
}