Unverified Commit bacbce25 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins: update on 2025-03-20

parent c164eb02
Loading
Loading
Loading
Loading
+278 −278

File changed.

Preview size limit exceeded, changes collapsed.

+7 −2
Original line number Diff line number Diff line
@@ -1161,9 +1161,9 @@ in
  };

  flutter-tools-nvim = super.flutter-tools-nvim.overrideAttrs {
    # Optional dap integration
    checkInputs = [ self.nvim-dap ];
    dependencies = [ self.plenary-nvim ];
    # Optional nvim-dap module
    nvimSkipModule = "flutter-tools.dap";
  };

  follow-md-links-nvim = super.follow-md-links-nvim.overrideAttrs {
@@ -2382,6 +2382,11 @@ in
    dependencies = [ self.nvim-treesitter ];
  };

  nvim-highlight-colors = super.nvim-highlight-colors.overrideAttrs {
    # Test module
    nvimSkipModule = [ "nvim-highlight-colors.color.converters_spec" ];
  };

  nvim-java = super.nvim-java.overrideAttrs {
    dependencies = with self; [
      lua-async