tux's neovim config

wakatime home GitHub repo size GitHub commit activity

desktop

## 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 ![2024-08-08_18-16](https://github.com/user-attachments/assets/f881c672-8d77-43ec-b637-df5004c7d11f) ### Floating Terminal ![2024-08-08_18-16_1](https://github.com/user-attachments/assets/3339ecf8-3264-4179-a093-337c844592a6) ### Lazygit ![2024-08-08_18-16_2](https://github.com/user-attachments/assets/6df15881-fc2b-41b1-af3b-124fe0599b94) ### Telescope ![2024-08-08_18-16_3](https://github.com/user-attachments/assets/03be05bc-8ede-4d6e-a341-2761d89b7288)