Fix indentation

This commit is contained in:
Jakob Lechner 2023-07-12 12:35:37 +00:00
parent 6fe042763d
commit c293e44fe4
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -97,7 +97,7 @@
builtins.concatStringsSep "\n" ( builtins.concatStringsSep "\n" (
lib.mapAttrsToList lib.mapAttrsToList
( (
lang: cfg: "lsp.${lang}.setup\n" + lib.generators.toLua { asBindings = false; indent = " "; } cfg lang: cfg: "lsp.${lang}.setup\n" + lib.generators.toLua { } cfg
) )
{ {
# C and C++ # C and C++