From 6088d9f9c9f6d845e9b192a7b9d53c7a3cca847e Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 9 Jul 2024 16:10:26 -0500 Subject: [PATCH] feat: add dasht for local api doc search --- nix/base-system/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index 537c47b..026d1a3 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -205,6 +205,7 @@ EOF"; vim-dadbod vim-dadbod-ui vim-dadbod-completion + vim-dasht ]) ++ [ possession-nvim harpoon-nvim d2-vim neogit-nvim ]; }; }; @@ -218,6 +219,7 @@ EOF"; nil-pkg lua-language-server rust-analyzer + dasht # TODO(jwall): This is no longer provided for darwin in nixpkgs #dbeaver-bin ]);