lil fixes
This commit is contained in:
parent
aef1945092
commit
acbf5fadec
6
init.lua
6
init.lua
|
|
@ -86,9 +86,6 @@ P.S. You can delete this when you're done too. It's your config now! :)
|
||||||
|
|
||||||
-- NVIM CONFIG
|
-- NVIM CONFIG
|
||||||
|
|
||||||
require 'custom.remap'
|
|
||||||
require 'custom.looknfeel'
|
|
||||||
|
|
||||||
-- Set <space> as the leader key
|
-- Set <space> as the leader key
|
||||||
-- See `:help mapleader`
|
-- See `:help mapleader`
|
||||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
-- 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`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue