From 686669419738ced01757d88aff8871d2e6b5e383 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 11 Feb 2025 15:20:53 -0500 Subject: [PATCH] test' --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 93714c83..21fa0b58 100644 --- a/init.lua +++ b/init.lua @@ -83,7 +83,8 @@ I hope you enjoy your Neovim journey, P.S. You can delete this when you're done too. It's your config now! :) --]] - +require 'core.options' +require 'core.keymaps' -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)