mirror of
https://github.com/danth/stylix
synced 2025-02-16 13:28:35 +00:00
vim: use maintained fork of base16-vim (#428)
This commit is contained in:
parent
7941795d44
commit
a7fbda1fd9
2 changed files with 6 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue