all repos

init.lua @ fc37594140d4439a0e437dbe0423b7f4eb15e184

my nvim config

init.lua/init.lua(view raw)

1
2
3
4
5
6
7
8
9
local ok, impatient = pcall(require, "impatient")
if ok and impatient ~= nil then
  impatient.enable_profile()
end

require "core.options"
require "plugins"
require "core.keymaps"
require "core.autocmd"