diff --git a/init.lua b/init.lua index 3d41d033..760fddf4 100644 --- a/init.lua +++ b/init.lua @@ -86,9 +86,6 @@ P.S. You can delete this when you're done too. It's your config now! :) -- NVIM CONFIG -require 'custom.remap' -require 'custom.looknfeel' - -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used) @@ -1041,5 +1038,8 @@ require('lazy').setup({ }, }) +require 'custom.remap' +require 'custom.looknfeel' + -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et