2024-05-29 14:16:03 +02:00
|
|
|
# User configurations
|
|
|
|
|
|
|
|
Want some help with starting your configuration?
|
|
|
|
Or maybe you're curious how others have done things?
|
|
|
|
Take a look at these configuration examples below.
|
|
|
|
|
|
|
|
<!-- TODO: add info about `kickstart.nixvim` -->
|
|
|
|
|
|
|
|
**Note:**\
|
2024-10-23 14:10:31 +01:00
|
|
|
Most of those configurations are using a [standalone build](../platforms/standalone.html), however,
|
2024-05-29 14:16:03 +02:00
|
|
|
all of the nixvim options are accessible no matter how you are using it (flake, NixOS/HM module, nix-darwin...).
|
|
|
|
|
2024-12-14 18:54:27 +00:00
|
|
|
@USER_CONFIGS@
|
2024-05-29 14:16:03 +02:00
|
|
|
|
2024-12-14 18:54:27 +00:00
|
|
|
## Share your config !
|
2024-06-27 07:49:04 +02:00
|
|
|
|
2024-12-14 18:54:27 +00:00
|
|
|
> [!TIP]
|
|
|
|
> You can add your config to the list by editing the [`docs/user-configs/list.toml`] file.
|
|
|
|
|
|
|
|
Please use this format for both your commit message and PR title: \
|
|
|
|
`user-configs: add @Username's config"` \
|
|
|
|
(replacing `Username` with your github username)
|
|
|
|
|
|
|
|
Alternatively, message us in the [matrix _Documentation_ room] and we'll get it added.
|
|
|
|
|
|
|
|
[`docs/user-configs/list.toml`]: https://github.com/nix-community/nixvim/blob/main/docs/user-configs/list.toml
|
|
|
|
[matrix _Documentation_ room]: https://matrix.to/#/#nixvim-documentation:matrix.org
|
2024-05-29 14:16:03 +02:00
|
|
|
|
|
|
|
|