1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-07-01 17:40:27 +00:00
dotfiles/.config/nvim/lua/user/impatient.lua

7 lines
119 B
Lua
Raw Normal View History

2022-10-01 11:46:18 +00:00
local status_ok, impatient = pcall(require, "impatient")
if not status_ok then
return
end
impatient.enable_profile()