Add install scripts for Neovim config
This commit is contained in:
parent
2ecc1ce9f2
commit
486c30476d
2 changed files with 4 additions and 0 deletions
2
src/Neovim/.Install.ps1
Normal file
2
src/Neovim/.Install.ps1
Normal 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
2
src/Neovim/.install.fish
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
mkdir -p ~/.config/nvim
|
||||||
|
cp init.vim ~/.config/nvim/
|
Loading…
Reference in a new issue