Files
tnvim/README.md
2025-06-11 01:17:13 +05:30

1.7 KiB

tux's neovim config

wakatime home GitHub repo size GitHub commit activity

desktop

Installation

# Add to your flake inputs
tnvim = {
  url = "github:tuxdotrs/tnvim";
  inputs.nixpkgs.follows = "nixpkgs";
};

# Add this in your HomeManager config
{ inputs, ... }: {
  home.file = {
    ".config/nvim" = {
      recursive = true;
      source = "${inputs.tnvim.packages.x86_64-linux.default}";
    };
  };
}

Showcase

Neovim

2024-08-08_18-16

Floating Terminal

2024-08-08_18-16_1

Lazygit

2024-08-08_18-16_2

Telescope

2024-08-08_18-16_3