mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
misc: fix statix errors
This commit is contained in:
parent
69ba62aa36
commit
6152cc9504
4 changed files with 28 additions and 21 deletions
|
@ -59,9 +59,11 @@
|
|||
# you can specify only the sections you want to change
|
||||
{
|
||||
name = "filename";
|
||||
extraConfig.newfile_status = true;
|
||||
extraConfig.path = 1;
|
||||
extraConfig.shorting_target = 60;
|
||||
extraConfig = {
|
||||
newfile_status = true;
|
||||
path = 1;
|
||||
shorting_target = 60;
|
||||
};
|
||||
}
|
||||
];
|
||||
lualine_z = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue