Unverified Commit 7ace847e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #330175 from GaetanLepage/vim-plugins-update

vimPlugins: update on 2024-07-26
parents c8789dfa 5c479f52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
        "new": "vim-fern"
    },
    "gina-vim": {
        "date": "2024-07-18",
        "date": "2024-07-27",
        "new": "vim-gina"
    },
    "gist-vim": {
@@ -60,7 +60,7 @@
        "new": "vim-suda"
    },
    "vim-fsharp": {
        "date": "2024-07-18",
        "date": "2024-07-27",
        "new": "zarchive-vim-fsharp"
    },
    "vim-jade": {
+408 −409

File changed.

Preview size limit exceeded, changes collapsed.

+121 −99

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 ];