mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
initial version
This commit is contained in:
commit
9a896746d1
4 changed files with 895 additions and 0 deletions
4
install.sh
Executable file
4
install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf ~/.config/nvim
|
||||
ln -s $(pwd) ~/.config/nvim
|
Loading…
Add table
Add a link
Reference in a new issue