feat(nvim): add gitignore nvim

This commit is contained in:
Moritz Böhme 2023-04-10 14:36:40 +02:00
parent d902903984
commit b1a6d5016a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 32 additions and 3 deletions

View file

@ -61,6 +61,9 @@
comment-box-nvim.url = "github:LudoPinelli/comment-box.nvim";
comment-box-nvim.flake = false;
gitignore-nvim.url = "github:wintermute-cell/gitignore.nvim";
gitignore-nvim.flake = false;
attic.url = "github:zhaofengli/attic";
attic.inputs.nixpkgs.follows = "nixpkgs";
attic.inputs.nixpkgs-stable.follows = "stable";