Skip to content

(Yet another) Personal neovim configurations, supporting unix-like systems with or without nix installed. There's a "minivim" built from nix for portable usage (with GitHub Actions packaging it into an AppImage).

License

Notifications You must be signed in to change notification settings

Fr4nk1inCs/nixcats-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixcats-nvim

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.

screenshot

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 is minivim, it's still bulky :(
  • nvim: The default configuration, with all features enabled.

See BirdeeHub/nixCats-nvim for more information.

Try it out

The nix way

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

Non-nix way

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.

Credits

About

(Yet another) Personal neovim configurations, supporting unix-like systems with or without nix installed. There's a "minivim" built from nix for portable usage (with GitHub Actions packaging it into an AppImage).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published