This is my go-to Neovim configuration for daily use. Leveraging the power of LSP with intuitive keymaps, intelligent suggestions, and my all-time favorite colorscheme, Catppuccin.
- Standalone usability from anywhere via
nix run
. - Home-manager integration.
nix develop
# Anywhere
nix run github:rgroemmer/neonix
# Local
nix run .
# add to inputs
neonix = {
url = "github:rgroemmer/neonix";
inputs.nixpkgs.follows = "nixpkgs";
};
# import module
imports = [
inputs.neonix.homeManagerModules.neonix
];
# activate
programs.neonix = {
enable = true;
};
The Neovim logo used in this README was created by Jason Long and is licensed under the Creative Commons Attribution 3.0 Unported License (CC BY 3.0). This logo has been modified for use in this project.