languages/dart: fix infinite recursion

The default value of the flutter-tools.enable option conflicted with the
lsp.enable definition, which was conditionally defined based on
flutter-tools.enable. However, the lsp.enable definition isn't required
for flutter-tools' LSP functionality, so it can be removed.
This commit is contained in:
Noah765 2025-05-05 09:46:49 +02:00
commit e9e57caa18

View file

@ -143,8 +143,6 @@ in {
}) })
(mkIf ftcfg.enable { (mkIf ftcfg.enable {
lsp.enable = true;
startPlugins = [ startPlugins = [
( (
if ftcfg.enableNoResolvePatch if ftcfg.enableNoResolvePatch