Skip to content

rgroemmer/neonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Terraform Kubernetes Treesitter Telescope

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.

✨ Features

  • Standalone usability from anywhere via nix run.
  • Home-manager integration.

🚀 Usage

nix develop

# Anywhere
nix run github:rgroemmer/neonix

# Local
nix run .

🏠 Home-manager

# add to inputs
neonix = {
  url = "github:rgroemmer/neonix";
  inputs.nixpkgs.follows = "nixpkgs";
};

# import module
imports = [
  inputs.neonix.homeManagerModules.neonix
];

# activate
programs.neonix = {
    enable = true;
};

Licenses

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.

About

NeoNix my neovim distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages