feat: use dot013-nvim as neovim implementation

This commit is contained in:
Guz
2025-02-05 13:12:01 -03:00
parent f1a7d2c64f
commit 36dec14424
5 changed files with 400 additions and 46 deletions

View File

@@ -23,8 +23,9 @@
};
# Dependecy of the Neovim configuration at ./modules/home-manager/devenv.nix
go-grip = {
url = "github:guz013/go-grip";
dot013-nvim = {
url = "github:dot013/nvim";
# url = "git+file:///home/guz/.projects/dot013-nvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};