Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.74 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.74 KB

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.