Dot_Files/.nvim-environments/primary/config/init.lua

6 lines
120 B
Lua
Executable File

local loaded, impatient = pcall(require, 'impatient')
if loaded then
impatient.enable_profile()
end
require('main')