diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2022-11-30 20:18:37 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2022-11-30 20:18:37 +0000 |
| commit | 853216214e855657b44cdca8504f3fcf02b5ca25 (patch) | |
| tree | 413032c99815219ca09b69372fb0acd2802a75e9 | |
| parent | 57788ab135d9a0aa0a7320b9cf03de5505f812d8 (diff) | |
update
| -rw-r--r-- | home.nix | 3 | ||||
| -rw-r--r-- | overlays/vimPlugins.nix | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -40,7 +40,7 @@ programs.bash = { enable = true; shellAliases = { - new-flake = "nix flake new -t github:nix-community/nix-direnv "; + newflake = "nix flake new -t github:nix-community/nix-direnv "; }; }; @@ -142,6 +142,7 @@ nlua-nvim lsp_signature-nvim vim-test + vim-rest-console # testing neotest diff --git a/overlays/vimPlugins.nix b/overlays/vimPlugins.nix index 0d2b780..9809025 100644 --- a/overlays/vimPlugins.nix +++ b/overlays/vimPlugins.nix @@ -38,5 +38,10 @@ git = "NoahTheDuke/vim-just"; rev = "838c9096d4c5d64d1000a6442a358746324c2123"; }; + vim-rest-console = getVimPlugin { + name = "vim-rest-console"; + git = "diepm/vim-rest-console"; + rev = "7b407f47185468d1b57a8bd71cdd66c9a99359b2"; + }; }; }) |
