mirror of
https://github.com/softinio/nvim-config.git
synced 2025-07-08 16:36:43 -07:00
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf ~/.config/nvim
|
|
ln -s $(pwd) ~/.config/nvim
|