Can't install debian 8,9 older versions
adga137 opened this issue · 2 comments
I have tried to install code-minimap on debian 8 and 9, with vim 8.2. * and minimap and I can't install code-minimap and I always get this message in terminal or console: minimap: this plugin requires code-minimap installed, wait response.
@adga137 How did you install code-minimap? And can you execute code-minimap in your terminal after installed?
@adga137 How did you install
code-minimap? And can you executecode-minimapin your terminal after installed?
I manage to install on debian 8 with vim 8.2. * by doing the following:
-
install this version of code-minimap:
https://github.com/wfxr/code-minimap/releases/download/v0.4.3/code-minimap_0.4.3_amd64.deb -
install minimap
-
and finally change the fonts used in kde-konsole since minimap was not displayed correctly.
I hope my solution will serve other users who also use debian versions 8 and 9.
Thanks for you response.