lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

Leave a hint on safe require #75

Closed ryuheechul closed 1 year ago

ryuheechul commented 1 year ago

pcall(require, 'impatient') should be mentioned as require should be called before packer setup which result in no impatient installed yet situation for the fresh cloned dotfiles.

lewis6991 commented 1 year ago

In nvim 0.9 you no longer need this plugin. Instead run vim.loader.enable().