mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
Merge branch 'main' into more-option-stuff
This commit is contained in:
commit
dab409685d
11 changed files with 110 additions and 14 deletions
|
@ -49,6 +49,17 @@
|
|||
flutter-tools-patched = buildPlug {
|
||||
pname = "flutter-tools";
|
||||
patches = [./patches/flutter-tools.patch];
|
||||
|
||||
# Disable failing require check hook checks
|
||||
nvimSkipModule = [
|
||||
"flutter-tools.devices"
|
||||
"flutter-tools.dap"
|
||||
"flutter-tools.runners.job_runner"
|
||||
"flutter-tools.decorations"
|
||||
"flutter-tools.commands"
|
||||
"flutter-tools.executable"
|
||||
"flutter-tools.dev_tools"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue