From ebf9a4d729fd03a2e1d3b505ec368aa36f6ddbb3 Mon Sep 17 00:00:00 2001 From: ErinaYip Date: Mon, 11 May 2026 15:42:07 +0800 Subject: [PATCH] docs: update lualine disabledFiletypes option --- docs/manual/release-notes/rl-0.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/release-notes/rl-0.6.md b/docs/manual/release-notes/rl-0.6.md index f7ada642..7502f2b4 100644 --- a/docs/manual/release-notes/rl-0.6.md +++ b/docs/manual/release-notes/rl-0.6.md @@ -127,7 +127,7 @@ vim.api.nvim_set_keymap('n', 'a', ':lua camelToSnake()', { noremap = and `disabled_filetypes` through the new options: {option}`vim.statusline.lualine.alwaysDivideMiddle`, {option}`vim.statusline.lualine.ignoreFocus` and - {option}`vim.statusline.lualine.disabledFiletypes`). + {option}`vim.statusline.lualine.disabledFiletypes.statusline`). - Updated all plugin inputs to their latest versions (**21.04.2024**) - this brought minor color changes to the Catppuccin theme.