Personal neovim configurations, supporting unix-like systems, no matter nix
installed or not. Built on top of the awesome project BirdeeHub/nixCats-nvim.
Most of the configuration is a variant of folke/LazyVim.
There are two packages in this flake:
- "
minimal
": A configuration that doesn't include desktop/GUI-only features, specialized for remote server usage. I use GitHub Actions to package it into a AppImage. Although its name isminivim
, it's still bulky :( nvim
: The default configuration, with all features enabled.
See BirdeeHub/nixCats-nvim for more information.
If you have nix
installed, you can try it out by running:
$ nix run github:Fr4nk1inCs/nixcats-nvim
Or, if you want to use the minimal
package:
$ nix run github:Fr4nk1inCs/nixcats-nvim#minimal
If you don't have nix
installed, you can still try it out by running:
$ git clone https://github.com/Fr4nk1inCs/nixcats-nvim ~/.config/nvim
Make sure you have neovim
installed, and take care of your original configuration files.