vim: use maintained fork of base16-vim (#428)

This commit is contained in:
Shanon McQuay 2024-06-15 23:11:46 +10:00 committed by GitHub
parent 7941795d44
commit a7fbda1fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -101,15 +101,15 @@
"base16-vim": {
"flake": false,
"locked": {
"lastModified": 1663659192,
"narHash": "sha256-uJvaYYDMXvoo0fhBZUhN8WBXeJ87SRgof6GEK2efFT0=",
"owner": "chriskempson",
"lastModified": 1716150083,
"narHash": "sha256-ZMhnNmw34ogE5rJZrjRv5MtG3WaqKd60ds2VXvT6hEc=",
"owner": "tinted-theming",
"repo": "base16-vim",
"rev": "3be3cd82cd31acfcab9a41bad853d9c68d30478d",
"rev": "6e955d704d046b0dc3e5c2d68a2a6eeffd2b5d3d",
"type": "github"
},
"original": {
"owner": "chriskempson",
"owner": "tinted-theming",
"repo": "base16-vim",
"type": "github"
}

View file

@ -27,7 +27,7 @@
base16-vim = {
flake = false;
url = "github:chriskempson/base16-vim";
url = "github:tinted-theming/base16-vim";
};
base16.url = "github:SenchoPens/base16.nix";