Unverified Commit 9bb3f392 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins: update on 2026-01-24 (#483824)

parents bff2de75 d8b0646b
Loading
Loading
Loading
Loading
+354 −355

File changed.

Preview size limit exceeded, changes collapsed.

+104 −104

File changed.

Preview size limit exceeded, changes collapsed.

+35 −0
Original line number Diff line number Diff line
@@ -383,6 +383,8 @@ assertNoAdditions {
  };

  chadtree = super.chadtree.overrideAttrs {
    # > E5108: Error executing lua ...implugin-chadtree-0-unstable-2026-01-18/lua/chadtree.lua:162: Vim:Failed to start server: address already in use
    doCheck = stdenv.hostPlatform.isLinux;
    buildInputs = [
      python3
    ];
@@ -2779,6 +2781,28 @@ assertNoAdditions {
      # Meta can't be required
      "nvim-tree._meta.api"
      "nvim-tree._meta.api_decorator"
      "nvim-tree._meta.config.filters"
      "nvim-tree._meta.config.actions"
      "nvim-tree._meta.config.git"
      "nvim-tree._meta.config.renderer"
      "nvim-tree._meta.config.experimental"
      "nvim-tree._meta.config.tab"
      "nvim-tree._meta.config.modified"
      "nvim-tree._meta.config.help"
      "nvim-tree._meta.config.notify"
      "nvim-tree._meta.config.sort"
      "nvim-tree._meta.config.view"
      "nvim-tree._meta.config.update_focused_file"
      "nvim-tree._meta.config.diagnostics"
      "nvim-tree._meta.config.log"
      "nvim-tree._meta.config.system_open"
      "nvim-tree._meta.config.ui"
      "nvim-tree._meta.config.hijack_directories"
      "nvim-tree._meta.config.trash"
      "nvim-tree._meta.config.filesystem_watchers"
      "nvim-tree._meta.config.live_filter"
      "nvim-tree._meta.config.bookmarks"
      "nvim-tree._meta.config"
    ];
  };

@@ -3055,6 +3079,17 @@ assertNoAdditions {
    ];
  });

  perfanno-nvim = super.perfanno-nvim.overrideAttrs {
    checkInputs = with self; [
      fzf-lua
    ];
    nvimSkipModules = [
      # Address in use error from fzf-lua on darwin
      # https://github.com/NixOS/nixpkgs/issues/431458
      "perfanno.fzf_lua"
    ];
  };

  persisted-nvim = super.persisted-nvim.overrideAttrs {
    nvimSkipModules = [
      # /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ https://github.com/goropikari/LibDeflate.nvim/,HEAD,
https://github.com/molleweide/LuaSnip-snippets.nvim/,HEAD,
https://github.com/Valloric/MatchTagAlways/,,
https://github.com/numToStr/Navigator.nvim/,,
https://github.com/overcache/NeoSolarized/,,
https://github.com/Lanxox/NeoSolarized/,,
https://github.com/GCBallesteros/NotebookNavigator.nvim/,HEAD,
https://github.com/chrisbra/NrrwRgn/,,
https://github.com/Eutrius/Otree.nvim/,HEAD,