maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

`pack config` fail on fedora #27

Closed gou4shi1 closed 5 years ago

gou4shi1 commented 6 years ago

On fedora 27, I install pack by cargo install --git https://github.com/maralla/pack.git Something likes pack list works. But pack config xxx/yyy fail: It echo: entity not found

gou4shi1 commented 5 years ago

It seems works.

bartlibert commented 4 years ago

For any people who get here and get frustrated because there is no solution in this issue: for me it was solved by setting my "EDITOR" environment variable (e.g. export EDITOR=vim)