Commit 693115b5 authored by "Gaetan Lepage"'s avatar "Gaetan Lepage" Committed by Gaetan Lepage
Browse files

vimPlugins: update on 2024-07-27

parent 20345452
Loading
Loading
Loading
Loading
+408 −409

File changed.

Preview size limit exceeded, changes collapsed.

+7 −3
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
, python3
, rustPlatform
, # Misc dependencies
  Cocoa
  arrow-cpp
, Cocoa
, code-minimap
, dasht
, deno
@@ -1200,8 +1201,11 @@
        dbee-go = buildGoModule {
          name = "nvim-dbee";
          src = "${oa.src}/dbee";
          vendorHash = "sha256-AItvgOehVskGLARJWDnJLtWM5YHKN/zn/FnZQ0evAtI=";
          buildInputs = [ duckdb ];
          vendorHash = "sha256-U/3WZJ/+Bm0ghjeNUILsnlZnjIwk3ySaX3Rd4L9Z62A=";
          buildInputs = [
            arrow-cpp
            duckdb
          ];
        };
      in {
    dependencies = [ self.nui-nvim ];