fix(nvim): defer vim calls

This commit is contained in:
matt1432 2024-12-22 12:42:29 -05:00
parent 57e1f9a17c
commit ae8e828514
11 changed files with 62 additions and 20 deletions

View file

@ -273,6 +273,12 @@
repo = "nh";
type = "github";
};
nix-develop-nvim-src = {
flake = false;
owner = "matt1432";
repo = "nix-develop.nvim";
type = "github";
};
nix-eval-jobs = {
inputs = {
flake-parts.follows = "flake-parts";