lil fixes

This commit is contained in:
engines2k 2025-10-16 18:38:12 -06:00
parent aef1945092
commit acbf5fadec
1 changed files with 3 additions and 3 deletions

View File

@ -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 <space> 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