feat: first commit

This commit is contained in:
Patrick
2025-08-09 09:40:16 +02:00
committed by Superredstone
commit 0b4617b552
20 changed files with 1389 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{ pkgs, ... }:
{
imports = [
./comment.nix
./dap.nix
./dashboard.nix
./fidget.nix
./guess-indent.nix
./lualine.nix
./neotree.nix
./telescope.nix
./treesitter.nix
];
plugins = {
web-devicons.enable = true;
bufferline.enable = true;
toggleterm.enable = true;
gitsigns.enable = true;
which-key.enable = true;
autoclose.enable = true;
markview.enable = true;
nvim-surround.enable = true;
};
}