Neorose

Replica of my Neovim configuration for nix

Stars
0
Committers
2

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.