- Use `home-manager switch` to apply the new configuration.
- Start `nvim` and run `:Lazy install`.
- If you had another pluging manager set up before, you may want to run `:checkhealth lazy` to check for any issues.
### Standalone
- Clone this repository.
- Create a soft link between the `src` directory and `~/.config/nvim`.
- Start `nvim` and wait for `lazy.nvim` to install automatically.
- Run `:Lazy install`.
## Reproducible Environment
## Reproducible Environment
When using this configuration as a `home-manager` module, it is possible to build a reproducible environment. Thanks to Nix's reproducible builds and `lazy.nvim`'s `lazy-lock.json` file, this module will always pull the same versions of all packages/plugins, unless the respective Lockfiles are updated.
When using this configuration as a `home-manager` module, it is possible to build a reproducible environment. Thanks to Nix's reproducible builds and `lazy.nvim`'s `lazy-lock.json` file, this module will always pull the same versions of all packages/plugins, unless the respective Lockfiles are updated.
...
@@ -58,4 +100,5 @@ Testing the configuration in a VM is the recommended approach since it doesn't a
...
@@ -58,4 +100,5 @@ Testing the configuration in a VM is the recommended approach since it doesn't a