2025-07-05 00:09:02 +05:30
2024-08-09 17:11:27 +05:30
2025-05-21 19:23:14 +05:30
2024-08-06 00:49:41 +05:30
2025-02-27 16:01:49 +05:30
2025-02-27 16:01:49 +05:30
2025-02-27 16:01:49 +05:30
2025-07-05 00:09:02 +05:30
2025-06-11 01:17:13 +05:30
2024-03-20 08:13:27 +00:00

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

Description
My nvim configuration
Readme GPL-3.0 11 MiB
Languages
Lua 94.7%
Nix 5.3%