Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lentejarabiosa/neorose

Replica of my Neovim configuration for nix
https://github.com/lentejarabiosa/neorose

flake neovim nix nixos nixos-flake nixvim vim

Last synced: about 20 hours ago
JSON representation

Replica of my Neovim configuration for nix

Awesome Lists containing this project

README

        


🌹 Neorose 🌹






This configuration has been possible thanks to Nixvim, the best way I have found to configure this editor for nix so far.

Based on and inspired by Neve.

# Features
🦾 Neorose is a more or less lightweight configuration designed to be agile on a day-to-day basis. Visually minimalist but with the essential plugins to cover basic needs.

🤏🏻 No useless or unnecessary plugins to overload the Neovim experience.

🌹 Rose pine themed for the classy minimalist vibes.

# Purpose
This is just my personal configuration to meet my needs. Any advice is welcome and anyone can use and modify this configuration for their own purposes.

# Installation
> [!WARNING]
> The use of flakes is required for this installation.

1. **flake.nix** `inputs.Neorose.url = "github:LentejaRabiosa/Neorose";`
2. Install it by adding `inputs.Neorose.packages.${pkgs.system}.default` to your `environment.systemPackages` or `home.packages` if you're using home-manager.
3. Rebuild.