Add docker
This commit is contained in:
parent
d7c384d257
commit
e6b0c4858e
|
@ -39,6 +39,11 @@ git clone --depth 1 https://git.orudo.ru/trueold89/neovim.git ~/.config/nvim &&
|
||||||
|
|
||||||
**And restart NeoVim**
|
**And restart NeoVim**
|
||||||
|
|
||||||
|
### ⛴️ Use with docker:
|
||||||
|
```bash
|
||||||
|
docker run --name='nvim' --rm -it git.orudo.ru/trueold89/nvim:latest
|
||||||
|
```
|
||||||
|
|
||||||
### ⌨️ Custom KeyMaps:
|
### ⌨️ Custom KeyMaps:
|
||||||
---
|
---
|
||||||
| **Key** | **Function** |
|
| **Key** | **Function** |
|
||||||
|
|
Loading…
Reference in New Issue