lewis6991 / impatient.nvim

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

doc: Make it clear that the example config is the default #70

Closed assistcontrol closed 2 years ago

assistcontrol commented 2 years ago

The way the README is written, it sounds like you need to use the provided cache configuration table before you can require('impatient').

This PR changes the README in two ways:

  1. It clarifies that the config block given is the default
  2. It spells out that all that's required is just require('impatient')
assistcontrol commented 2 years ago

Meant to mention, looking through the old issues, I see I'm not the only one who got tripped up by this (#65)

lewis6991 commented 2 years ago

Thanks!