mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +02:00
plugins/lsp/efmls-configs: disable dmd
Broken package atm
This commit is contained in:
parent
bb86faf8cf
commit
49f7d73de5
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
# Swift broken everywhere atm
|
# Swift broken everywhere atm
|
||||||
"swiftformat"
|
"swiftformat"
|
||||||
"swiftlint"
|
"swiftlint"
|
||||||
|
# TODO: added 2024-10-15
|
||||||
|
# re-enable after fixed
|
||||||
|
"dmd"
|
||||||
]
|
]
|
||||||
++ lib.optionals (system == "aarch64-linux") [
|
++ lib.optionals (system == "aarch64-linux") [
|
||||||
# Broken as of 2024-07-13
|
# Broken as of 2024-07-13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue