all repos

init.lua @ 68de68edc91ea608f200dc5335404df84a18552f

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 then
  impatient.enable_profile()
end

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