mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-21 06:16:33 +00:00
docs: update changelog for lualine disabled filetypes options
This commit is contained in:
parent
f3c25ab998
commit
13de788980
2 changed files with 8 additions and 1 deletions
|
|
@ -120,6 +120,13 @@
|
||||||
|
|
||||||
## Changelog {#sec-release-0-9-changelog}
|
## Changelog {#sec-release-0-9-changelog}
|
||||||
|
|
||||||
|
[ErinaYip](https://github.com/ErinaYip):
|
||||||
|
|
||||||
|
- Added separate `disabledFiletypes.statusline` and `disabledFiletypes.winbar`
|
||||||
|
options in the lualine module, allowing users to configure which filetypes
|
||||||
|
should disable lualine for each component independently. Also exposed
|
||||||
|
`ignoreFocus` option.
|
||||||
|
|
||||||
[SecBear](https://github.com/SecBear):
|
[SecBear](https://github.com/SecBear):
|
||||||
|
|
||||||
- Renamed `setupOpts.strategies` to `setupOpts.interactions` in the
|
- Renamed `setupOpts.strategies` to `setupOpts.interactions` in the
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ in {
|
||||||
};
|
};
|
||||||
winbar = mkOption {
|
winbar = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = [ ];
|
default = [];
|
||||||
description = "Filetypes to disable lualine on for winbar";
|
description = "Filetypes to disable lualine on for winbar";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue