diff options
| -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"; + }; }; }) |
