mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
lualine: fix separator options to work with recent versions of lualine
This commit is contained in:
parent
f9ee813a23
commit
06b5903b53
2 changed files with 3 additions and 2 deletions
|
@ -439,3 +439,4 @@
|
||||||
- Add [smart-splits.nvim] for navigating between Neovim windows and terminal multiplexer panes.
|
- Add [smart-splits.nvim] for navigating between Neovim windows and terminal multiplexer panes.
|
||||||
Available at `vim.utility.smart-splits`.
|
Available at `vim.utility.smart-splits`.
|
||||||
|
|
||||||
|
- Fix lualine separator options
|
||||||
|
|
|
@ -63,8 +63,8 @@ in {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = mkDefault cfg.icons.enable;
|
icons_enabled = mkDefault cfg.icons.enable;
|
||||||
theme = mkDefault cfg.theme;
|
theme = mkDefault cfg.theme;
|
||||||
component_separators = mkDefault [cfg.componentSeparator.left cfg.componentSeparator.right];
|
component_separators = mkDefault cfg.componentSeparator;
|
||||||
section_separators = mkDefault [cfg.sectionSeparator.left cfg.sectionSeparator.right];
|
section_separators = mkDefault cfg.sectionSeparator;
|
||||||
globalstatus = mkDefault cfg.globalStatus;
|
globalstatus = mkDefault cfg.globalStatus;
|
||||||
refresh = mkDefault cfg.refresh;
|
refresh = mkDefault cfg.refresh;
|
||||||
always_divide_middle = mkDefault cfg.alwaysDivideMiddle;
|
always_divide_middle = mkDefault cfg.alwaysDivideMiddle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue