add missing lib for marksman linter
This commit is contained in:
parent
dbadd5d967
commit
c1572805dd
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ USER root
|
||||||
# required by ansible-config
|
# required by ansible-config
|
||||||
ENV LANG="C.UTF-8"
|
ENV LANG="C.UTF-8"
|
||||||
|
|
||||||
|
# libicu - for marksman linter
|
||||||
ENV NEOVIM_PKGS="\
|
ENV NEOVIM_PKGS="\
|
||||||
wget \
|
wget \
|
||||||
unzip \
|
unzip \
|
||||||
|
@ -16,7 +17,8 @@ ENV NEOVIM_PKGS="\
|
||||||
tree-sitter-cli \
|
tree-sitter-cli \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
python3-neovim \
|
python3-neovim \
|
||||||
ansible-config"
|
ansible-config \
|
||||||
|
libicu"
|
||||||
|
|
||||||
ENV GENERAL_PKGS="\
|
ENV GENERAL_PKGS="\
|
||||||
bash-completion \
|
bash-completion \
|
||||||
|
|
Loading…
Reference in a new issue