Skip to content

Commit e17d971

Browse files
committed
Use own repo for vim-misc
1 parent fdafce6 commit e17d971

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

flake.lock

+18-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
nvim-web-devicons.flake = false;
6565
vim-copilot.url = "github:github/copilot.vim/v1.41.0";
6666
vim-copilot.flake = false;
67-
# vim-misc.url = "github:mitchellh/vim-misc";
68-
# vim-misc.flake = false;
67+
vim-misc.url = "github:javdl/vim-misc";
68+
vim-misc.flake = false;
6969
};
7070

7171
outputs = { self, nixpkgs, nixos-hardware, home-manager, darwin, ... }@inputs: let

users/joost/home-manager.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ in {
543543
customVim.vim-fish
544544
customVim.vim-fugitive
545545
customVim.vim-glsl
546-
# customVim.vim-misc
546+
customVim.vim-misc
547547
customVim.vim-pgsql
548548
customVim.vim-tla
549549
# customVim.vim-zig

0 commit comments

Comments
 (0)