diff --git a/lua/custom/example_chadrc.lua b/lua/custom/example_chadrc.lua index a3b3e96..02d5566 100644 --- a/lua/custom/example_chadrc.lua +++ b/lua/custom/example_chadrc.lua @@ -8,7 +8,7 @@ M.options, M.ui, M.mappings, M.plugins = {}, {}, {}, {} -------------------------------------------------------------------- --- To use this file, copy the strucutre of `core/default_config.lua`, +-- To use this file, copy the structure of `core/default_config.lua`, -- examples of setting relative number & changing theme: -- M.options = { diff --git a/lua/custom/example_init.lua b/lua/custom/example_init.lua index 28b8ccb..fd53b2e 100644 --- a/lua/custom/example_init.lua +++ b/lua/custom/example_init.lua @@ -1,4 +1,4 @@ --- This is where you custom modules and plugins goes. +-- This is where your custom modules and plugins goes. -- See the wiki for a guide on how to extend NvChad local hooks = require "core.hooks"