Skip to content

tuxdotrs/tnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

484 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My nvim configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published