Add install scripts for Neovim config

This commit is contained in:
Edgar P. Burkhart 2023-05-16 12:12:01 +02:00
parent 2ecc1ce9f2
commit 486c30476d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 0 deletions

2
src/Neovim/.Install.ps1 Normal file
View file

@ -0,0 +1,2 @@
New-Item -ItemType "directory" -Path "$HOME\AppData\Local\nvim"
Copy-Item ".\init.vim" "$HOME\AppData\Local\nvim\"

2
src/Neovim/.install.fish Normal file
View file

@ -0,0 +1,2 @@
mkdir -p ~/.config/nvim
cp init.vim ~/.config/nvim/