lewis6991 / impatient.nvim

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

impatient.nvim and vim-plug #72

Closed luetage closed 2 years ago

luetage commented 2 years ago

I haven’t seen this mentioned here. I used vim-plug as package manager before making the switch to packer. The impatient readme only mentions instructions for packer, but I tried impatient out on both managers to compare the results, otherwise same plugins and settings. Startup times tested with vim-startuptime (command line program). Mentioned times are averages after 10 loads.

I’d argue it’s perfectly viable to run impatient in combination with vim-plug on a modern neovim setup with lua config. I probably won’t go back to vim-plug, but it could be mentioned in the readme. The savings are comparable.

lewis6991 commented 2 years ago

People can use any plugin manager they want. The README just specifies packer as an example. It isn't a goal to specify instructions for every plugin manager.

luetage commented 2 years ago

I understand that now. But reading the instructions it isn’t obvious. I thought I am forced to use packer, or it won’t work.