vimPlugins: update on 2025-03-20

This commit is contained in:
Austin Horstman
2025-03-20 11:00:59 -05:00
parent c164eb0291
commit bacbce2597
2 changed files with 285 additions and 280 deletions
File diff suppressed because it is too large Load Diff
@@ -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