initial version

This commit is contained in:
Salar Rahmanian 2023-02-05 15:42:52 -08:00
commit 9a896746d1
4 changed files with 895 additions and 0 deletions

4
install.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
rm -rf ~/.config/nvim
ln -s $(pwd) ~/.config/nvim