fix spelling/grammar in the example files
This commit is contained in:
parent
e0ac314fab
commit
7449c9e4f6
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue