From 5799af49e20563d76f4ff613f8b3103339579436 Mon Sep 17 00:00:00 2001 From: peppapig450 Date: Thu, 7 Oct 2021 15:17:28 -0700 Subject: [PATCH] Fix another grammar mistake in example_init.lua --- lua/custom/example_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/example_init.lua b/lua/custom/example_init.lua index fd53b2e..51e3dcb 100644 --- a/lua/custom/example_init.lua +++ b/lua/custom/example_init.lua @@ -1,4 +1,4 @@ --- This is where your custom modules and plugins goes. +-- This is where your custom modules and plugins go. -- See the wiki for a guide on how to extend NvChad local hooks = require "core.hooks"