replace d2lang support with markdown and mermaid stuff, remove perl

This commit is contained in:
Szwendacz99 2023-08-03 16:19:54 +02:00 committed by Maciej Lebiest
parent b8ecf5ffab
commit 3958be32e3
4 changed files with 39 additions and 8 deletions

View file

@ -161,6 +161,24 @@ This container will not be removed on exit, you can reenter later with:
podman start -ai {project/container name}
```
## Additional packages to install as needed
### Perl lang
For Perl language support run this command to install required packages for
lsp server:
```bash
dnf install -y perl-App-cpanminus;
cpanm PLS;
```
And then in neovim:
```bash
:MasonInstall perlnavigator
```
## Inside vim
```vim
@ -240,6 +258,14 @@ All that is saved in image, so that is why image is so heavy.
|Ctrl+v | Open selection as a vsplit|
|Ctrl+t | Open selection in new tab |
#### Markdown Preview
Mardkown Preview plugin commands:
```bash
:MarkdownPreview*
```
#### Git stuff
|keys|action|