vimPlugins: update on 2025-03-20
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user