42Paris / 42header

42 header
Other
296 stars 108 forks source link

Commit 550765b316e59838ebd796cabbaafee3c70d58d0 breaks installation scripts using "vim" folder instead of "plugin" folder. #7

Open caio-vinicius opened 2 years ago

caio-vinicius commented 2 years ago

Just reporting it.

We're using this instructions in a Dockerfile to install header, which uses vim folder, instead of the latest plugin folder

RUN git clone https://github.com/42Paris/42header /tmp/42header
WORKDIR /tmp/42header
RUN cp ./vim/stdheader.vim /usr/share/vim/vim81/plugin/stdheader.vim && \
    rm -rf /tmp/42header
caio-vinicius commented 2 years ago

Unfortunately the set_header.sh installation script cannot help us, since we can't install the extension just in the current user, but globally, in the system Vim folders. So, I need to use this method.