add vim-airline

This commit is contained in:
Pedro Alves 2021-01-05 11:26:49 +00:00
parent 005df95e7b
commit 7122ccd208
9 changed files with 142 additions and 18 deletions

View file

@ -12,7 +12,7 @@ rec {
"{" + (concatStringsSep ","
(mapAttrsToList
(n: v: "[${toLuaObject n}] = " + (toLuaObject v))
args)) + "}"
(filterAttrs (n: v: !isNull v || v == {}) args))) + "}"
else if builtins.isList args then
"{" + concatMapStringsSep "," toLuaObject args + "}"
else if builtins.isString args then