From e6b0c4858e746fd27f1ac28af2081f6144ebc5bd Mon Sep 17 00:00:00 2001 From: trueold89 Date: Sun, 11 Feb 2024 03:30:32 +0300 Subject: [PATCH] Add docker --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 9d1e1cb..ae28909 100644 --- a/Readme.md +++ b/Readme.md @@ -39,6 +39,11 @@ git clone --depth 1 https://git.orudo.ru/trueold89/neovim.git ~/.config/nvim && **And restart NeoVim** +### ⛴️ Use with docker: +```bash +docker run --name='nvim' --rm -it git.orudo.ru/trueold89/nvim:latest +``` + ### ⌨️ Custom KeyMaps: --- | **Key** | **Function** |