-- example file i.e lua/custom/init.lua -- MAPPINGS local map = nvchad.map map("n", "cc", ":Telescope ") map("n", "q", ":q ") -- require("my autocmds file") or just declare them here