checkpoint

This commit is contained in:
Dan Anglin 2024-06-29 09:36:13 +01:00
parent c41d64b6e3
commit 9a7be4744d
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -1,26 +1,28 @@
= nvim.d
My Neovim configuration for neovim version 0.9.0+.
My neovim configuration for neovim version 0.10.0+.
== Dependencies
== Installation
1. Clone the repository or download the latest package from the release page.
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
```
- install config with your XDG_CONIFIG_HOME dir (default is ~/.config)
```
make install
```
- install the lazy package manager
```
make install_lazy
```
- start neovim. when first launched the lazy package manager will proceed to install all missing plugins.
make backup
3. Install the config to your `XDG_CONIFIG_HOME` directory (default is ~/.config)
make install
4. Install the lazy package manager
make install_lazy
5. Launch neovim.
At first launch the lazy package manager will proceed to install all the specified plugins.
== Plugins
@ -64,7 +66,3 @@ My Neovim configuration for neovim version 0.9.0+.
|===
== Key mappings
== Compatibility