Getting all added while testing out oil getting stuff going
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user