diff --git a/LazyVim.sh b/LazyVim.sh new file mode 100644 index 0000000..1946dd8 --- /dev/null +++ b/LazyVim.sh @@ -0,0 +1,9 @@ +# LazyVim Install +mv ~/.config/nvim{,.bak} + +# optional but recommended +cp ~/.local/share/nvim{,.bak} -r +cp ~/.local/state/nvim{,.bak} -r +cp ~/.cache/nvim{,.bak} -r + +git clone https://github.com/alvinlollo/LazyVim ~/.config/nvim \ No newline at end of file