Closed mosheavni closed 2 years ago
Hi, I'm new to lua, started using Packer to install packages. I saw an option to run a command with the installation, and I wonder why it's not documented here.
use { 'lewis6991/impatient.nvim', config = function() require('impatient').setup() end }
Wouldn't it work? Thanks.
No, doesn't work. The require needs to run much earlier in the init sequence as documented.
Hi, I'm new to lua, started using Packer to install packages. I saw an option to run a command with the installation, and I wonder why it's not documented here.
Wouldn't it work? Thanks.