From 37a84efadda5f037d8f654ec328118c88026dc62 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 3 Dec 2022 14:34:11 +0000 Subject: add rest console --- overlays/vimPlugins.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/vimPlugins.nix b/overlays/vimPlugins.nix index 9809025..0e485cb 100644 --- a/overlays/vimPlugins.nix +++ b/overlays/vimPlugins.nix @@ -39,9 +39,9 @@ rev = "838c9096d4c5d64d1000a6442a358746324c2123"; }; vim-rest-console = getVimPlugin { - name = "vim-rest-console"; - git = "diepm/vim-rest-console"; - rev = "7b407f47185468d1b57a8bd71cdd66c9a99359b2"; + name = "vim-rest-console"; + git = "diepm/vim-rest-console"; + rev = "7b407f47185468d1b57a8bd71cdd66c9a99359b2"; }; }; }) -- cgit v1.2.3