Added new neovim config
This commit is contained in:
parent
b5873bffae
commit
cef1d397f8
35 changed files with 470 additions and 3427 deletions
8
.config/nvim/run
Executable file
8
.config/nvim/run
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec docker run \
|
||||
--rm \
|
||||
-it \
|
||||
--name neovim-config \
|
||||
-v "$PWD":/root/.config/nvim \
|
||||
archlinux:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue