mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
add vim-airline
This commit is contained in:
parent
005df95e7b
commit
7122ccd208
9 changed files with 142 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue