this init file load some other lua files.

require("core.options")
require("core.keymaps")
require("core.lazy-bootstrap")

This load three files

options - this file set neovim options

keymaps - this file set neovim keymaps

lazy-bootstrap - this file bootstrap lazy.nvim plugin manager.