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