fix broken UID or GID onf sqlls file, fix sls files plugins startup

This commit is contained in:
Maciej Lebiest 2023-03-11 13:30:39 +01:00
parent bd96e4ed46
commit 80cb374abb
3 changed files with 9 additions and 7 deletions

View file

@ -24,17 +24,17 @@ sudo dnf install -y \
### Image management
get latest version from ghcr:
#### get latest version from ghcr
```bash
podman pull ghcr.io/szwendacz99/neovim:latest
```
build:
#### or build
```bash
git clone https://github.com/Szwendacz99/nvim && \
podman build -t neovim ./nvim
podman build -t neovim ./nvim && \
podman tag localhost/neovim:latest localhost/neovim:$(date +"%Y-%m-%dT%H-%M")
```
pack to file with high compression: