Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
| jq -r '.[] | select(.status != "removed") | .filename' \
> "$HOME/changed_files"
else
git diff --name-only HEAD^ > "$HOME/changed_files"
git diff --name-only --diff-filter=d HEAD^ > "$HOME/changed_files"
fi

- name: Print list of changed files
Expand Down
1 change: 0 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ isMaximal: {
statusline = {
lualine = {
enable = true;
theme = "catppuccin";

integrations.breadcrumbs = {
vanilla.enable = !isMaximal;
Expand Down
5 changes: 2 additions & 3 deletions docs/manual/release-notes/rl-0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ vim.luaConfigRC = lib.nvim.dag.entryAnywhere "config here"

[MoritzBoehme](https://github.com/MoritzBoehme):

- `catppuccin` theme is now available as a neovim theme
{option}`vim.theme.style` and Lualine theme
{option}`vim.statusline.lualine.theme`.
- `catppuccin` theme is now available as a neovim theme `vim.theme.style` and
Lualine theme `vim.statusline.lualine.theme`.
7 changes: 3 additions & 4 deletions docs/manual/release-notes/rl-26.07.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,9 @@
[ErinaYip](https://github.com/ErinaYip):

- Fixed and updated `lualine` options:
- Enabled the previously unmapped
{option}`vim.statusline.lualine.ignoreFocus`.
- Added {option}`vim.statusline.lualine.disabledFiletypes.statusline` and
{option}`vim.statusline.lualine.disabledFiletypes.winbar`.
- Enabled the previously unmapped `vim.statusline.lualine.ignoreFocus`.
- Added `vim.statusline.lualine.disabledFiletypes.statusline` and
`vim.statusline.lualine.disabledFiletypes.winbar`.

[SecBear](https://github.com/SecBear):

Expand Down
Loading