ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

Using impatient/mpack on a Mac M1 #30

Closed akiletour closed 2 years ago

akiletour commented 2 years ago

Hello @ecosse3

I'm using ecovim on Mac and I'm having a problem with impatient and mpack.

It is not possible to install mpack on Mac.

Is this extension mandatory? Is there an alternative ?

CleanShot 2022-02-15 at 00 48 37

If you have an idea, I'm interested

ecosse3 commented 2 years ago

I see that vim.mpack is now builtin to neovim so there is no need to require it. I will remove it from rocks of impatient. Maybe you're missing some dependency to build it from source but that's not needed anyway 😊

You can remove rocks = 'mpack' from impatient in nvim and it should work.