wrapper/build: disable failing require hook checks for flutter-tools

This commit is contained in:
raf 2025-01-08 21:13:09 +03:00
commit 7dbe7a08b3
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 11 additions and 1 deletions

View file

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