Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
neovim-config/lua/user/impatient.lua

6 lines
119 B
Lua

local status_ok, impatient = pcall(require, "impatient")
if not status_ok then
return
end
impatient.enable_profile()