Added new neovim config

This commit is contained in:
Jef Roosens 2021-09-22 12:18:25 +02:00
parent b5873bffae
commit cef1d397f8
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
35 changed files with 470 additions and 3427 deletions

8
.config/nvim/run Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env sh
exec docker run \
--rm \
-it \
--name neovim-config \
-v "$PWD":/root/.config/nvim \
archlinux:latest