Compare commits

..

No commits in common. "ab49ba443d1d17a31c67937b510d56ee8b60859f" and "aa7b55fa49a55f12e72807466e905a204c32384a" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View file

@ -130,6 +130,7 @@ in {
(mkIf cfg.lsp.enable {
vim.lsp.lspconfig.enable = true;
vim.lsp.lspconfig.sources.dart-lsp = servers.${cfg.lsp.server}.lspConfig;
})

View file

@ -49,17 +49,6 @@
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"
];
};
};