checkpoint

This commit is contained in:
Dan Anglin 2024-06-29 07:53:56 +01:00
parent 65ac818a43
commit c41d64b6e3
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -6,8 +6,9 @@ My Neovim configuration for neovim version 0.9.0+.
== Installation == Installation
- clone repo or download the latest release 1. Clone the repository or download the latest package from the release page.
- if you have eisting neovim config you can take a backup of this. Timestamped tar file created in backup dir within the current dir. 2. If you have existing neovim configuration you can take a backup of it.
Run the command below to create a timestamped tar archive of your existing config.
``` ```
make backup make backup
``` ```