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)