Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaetanlepage/kickstart.nixvim

A launch point for your personal nixvim configuration
https://github.com/gaetanlepage/kickstart.nixvim

Last synced: about 1 month ago
JSON representation

A launch point for your personal nixvim configuration

Awesome Lists containing this project

README

        

# kickstart.nixvim

This template gives you a good starting point for configuring [nixvim](https://github.com/nix-community/nixvim) standalone.

## Configuring

----------------------------- https://nix-community.github.io/nixvim/

To start configuring, just add or modify the nix files in `./config`.
If you add a new configuration file, remember to import it accordingly.

TODO: add a link to the nixvim page with example configurations.

### Testing your new configuration

To test your configuration simply run the following command

```
nix run .
```

## Using your configuration

### Using your personal nixvim in home-manager/NixOS

TODO

## Acknowledgement

- [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) which I used as a baseline for this configuration