-- ChadRC.lua local M = {} -- M.options = { -- relativenumber = true, -- smarttab = true -- } M.ui = { theme = "tokyonight" } M.plugins = require "custom.plugins" M.mappings = { teleskope = { n = { ["?"] = { " Telescope keymaps ", "show keys" }, } } -- -- custom = {}, -- custom user mappings -- -- custom = { -- cheatsheet = "ch", -- line_number_toggle = "n", -- toggle line number -- update_nvchad = "uu", -- new_tab = "t", -- }, } return M