mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins: swith to the new behaviour of mkRaw
This commit is contained in:
parent
8cf2d943d2
commit
19f39c3b1b
32 changed files with 66 additions and 127 deletions
|
@ -173,10 +173,10 @@ in {
|
|||
show_dirname = showDirname;
|
||||
show_basename = showBasename;
|
||||
show_modified = showModified;
|
||||
modified = helpers.ifNonNull' modified (helpers.mkRaw modified);
|
||||
modified = helpers.mkRaw modified;
|
||||
show_navic = showNavic;
|
||||
lead_custom_section = helpers.ifNonNull' leadCustomSection (helpers.mkRaw leadCustomSection);
|
||||
custom_section = helpers.ifNonNull' customSection (helpers.mkRaw customSection);
|
||||
lead_custom_section = helpers.mkRaw leadCustomSection;
|
||||
custom_section = helpers.mkRaw customSection;
|
||||
inherit theme;
|
||||
context_follow_icon_color = contextFollowIconColor;
|
||||
symbols = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue