added neovim config
This commit is contained in:
commit
84afb34cee
21 changed files with 3105 additions and 0 deletions
8
dot_config/nvim/executable_run
Normal file
8
dot_config/nvim/executable_run
Normal 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