chore: move folder
This commit is contained in:
commit
3d3f187224
71 changed files with 1477 additions and 0 deletions
6
nvim/lua/settings/impatient.lua
Normal file
6
nvim/lua/settings/impatient.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local status_ok, impatient = pcall(require, "impatient")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
impatient.enable_profile()
|
||||
Loading…
Add table
Add a link
Reference in a new issue