From 3d759d0956e728f62f5198986ea4cfe960cf221f Mon Sep 17 00:00:00 2001 From: Kevin Lausen Date: Tue, 7 Jun 2022 11:48:20 -0400 Subject: [PATCH] Updated init.lua Just gave a short description to the color scheme require lua statement. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 18ee8ca..140f954 100644 --- a/init.lua +++ b/init.lua @@ -13,6 +13,6 @@ require "user.abbrs" -- b/c it's where I will be adding plugins to packer. -- I like that Packer is fully in lua. require "user.plugins" --- This is where I will add my plugins. +-- This is where I will add my color-schemes. require "user.colorscheme"