docker build -t %name% .
docker
docker run -it -v $(pwd):/app -v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY %name% sh
docker-compose.yml
version: "3"
services:
nvim:
image:docker.simonenko.club/nvim-golang-1.19:latest
volumes:
- ./:/app
Leader - ";"
Ctrl+i - move to start of the line
Ctrl+a - move to end of the line
Ctrl+j - open/close
Ctrl+f - find a file
Ctrl+p - find a file
Leader+t - find a text
Leader+w - find a word