Skip to content

Commit

Permalink
add d2 lang support
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 committed Aug 2, 2023
1 parent 9cc6739 commit b8ecf5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lua/lazy-load.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require("lazy").setup({
{ 'terrastruct/d2-vim' },
-- Nvim-tree stuff
{ 'nvim-tree/nvim-web-devicons' }, -- optional, for file icons
{
Expand Down

0 comments on commit b8ecf5f

Please sign in to comment.