mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 13:26:34 +05:30
51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
<h3 align="center">
|
|
tux's neovim config
|
|
</h3>
|
|
<p align="center">
|
|
<a href="https://wakatime.com/badge/user/012e8da9-99fe-4600-891b-bd9d8dce73d9/project/d2167e50-6cef-4f6a-9948-64c4eaf6500e"><img src="https://wakatime.com/badge/user/012e8da9-99fe-4600-891b-bd9d8dce73d9/project/d2167e50-6cef-4f6a-9948-64c4eaf6500e.svg" alt="wakatime"></a>
|
|
<a href="https://builtwithnix.org" target="_blank"><img alt="home" src="https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a"></a>
|
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/tnvim">
|
|
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/tuxdotrs/tnvim">
|
|
</p>
|
|
<p align="center">
|
|
<img src="https://github.com/user-attachments/assets/fc28c35f-b87a-4931-ae7f-c231a11fd1a3" alt="desktop">
|
|
</p>
|
|
|
|
## Installation
|
|
|
|
```nix
|
|
# 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
|
|
|
|

|
|
|
|
### Floating Terminal
|
|
|
|

|
|
|
|
### Lazygit
|
|
|
|

|
|
|
|
### Telescope
|
|
|
|

|