return { { "AstroNvim/astrocore", ---@type AstroCoreOpts opts = { mappings = { n = { ["f/"] = require("telescope.builtin").current_buffer_fuzzy_find, -- for Neo layout [""] = { function() require("smart-splits").move_cursor_left() end, desc = "Move to left split" }, [""] = { function() require("smart-splits").move_cursor_down() end, desc = "Move to below split" }, [""] = { function() require("smart-splits").move_cursor_up() end, desc = "Move to above split" }, [""] = { function() require("smart-splits").move_cursor_right() end, desc = "Move to right split" }, [""] = { function() vim.cmd "redo" end, desc = "Redo" }, }, }, }, }, }