gitignore and warnings
This commit is contained in:
parent
02bd57490f
commit
e6522bdb86
5 changed files with 37 additions and 28 deletions
|
|
@ -384,7 +384,7 @@ in
|
|||
code_action.keys = {
|
||||
quit = "<Esc>";
|
||||
};
|
||||
symbol_in_winbar.enable = false;
|
||||
symbol_in_winbar.enable = true;
|
||||
implement.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -435,8 +435,8 @@ in
|
|||
__unkeyed-1 = "filetype";
|
||||
}
|
||||
];
|
||||
lualine_y = [ { __unkeyed-1 = "progress"; } ];
|
||||
lualine_z = [ { __unkeyed-1 = "location"; } ];
|
||||
lualine_y = [{ __unkeyed-1 = "progress"; }];
|
||||
lualine_z = [{ __unkeyed-1 = "location"; }];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue