skip to Main Content

Containerizing vim with plugins – Docker

I am trying to containerize vim along with the plugins. I am using singularity containers. The most important plugin is youcompleteme. My approach to containerizing the plugins is to install vim and clone all the plugins to /etc/vim/plugin and compile…

VIEW QUESTION
Back To Top
Search