add d2 lang support

This commit is contained in:
Maciej Lebiest 2023-08-02 19:08:33 +02:00
parent 9cc6739703
commit b8ecf5ffab
2 changed files with 3 additions and 1 deletions

View file

@ -59,7 +59,8 @@ RUN dnf install -y \
${GENERAL_PKGS} ${NEOVIM_PKGS} ${PYTHON_DEVEL_PKGS} ${PERL_DEVEL_PKGS} \
&& dnf clean all && \
cpanm PLS && \
pip install ${PIP_PKGS}
pip install ${PIP_PKGS} && \
curl -fsSL https://d2lang.com/install.sh | sh -s --
RUN rm /root/.config/nvim/lazy-lock.json || true
# install lsp and linters using mason

View file

@ -1,4 +1,5 @@
require("lazy").setup({
{ 'terrastruct/d2-vim' },
-- Nvim-tree stuff
{ 'nvim-tree/nvim-web-devicons' }, -- optional, for file icons
{