Skip to content

Commit

Permalink
disable lua plugin
Browse files Browse the repository at this point in the history
it's broken after the change
  • Loading branch information
lotem committed Feb 5, 2024
1 parent a91b503 commit 88de798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -19,7 +19,8 @@ RUN apt update && apt install -y \
COPY / /librime
WORKDIR /librime/plugins
RUN git clone https://github.com/rime/librime-charcode charcode && \
git clone https://github.com/hchunhui/librime-lua lua && \
# fix it
# git clone https://github.com/hchunhui/librime-lua lua && \
git clone https://github.com/rime/librime-predict predict && \
git clone https://github.com/lotem/librime-octagram octagram

Expand Down

0 comments on commit 88de798

Please sign in to comment.