Getting all added while testing out oil getting stuff going
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 8m13s

This commit is contained in:
2025-03-20 19:04:36 -05:00
parent 285308ff8c
commit 24437dcfa1
6 changed files with 46 additions and 8 deletions

View File

@@ -43,6 +43,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Custom Vim Plugins
cmp-vimtex = {
url = "github:micangl/cmp-vimtex/master";
flake = false;
@@ -62,6 +63,11 @@
flake = false;
};
nvim-web-devicons = {
url = "github:nvim-tree/nvim-web-devicons/master";
flake = false;
};
zsh-completions = {
url = "github:zsh-users/zsh-completions/master";
flake = false;