chore: update ndg and fix linkcheck

This commit is contained in:
Snoweuph 2026-04-20 17:43:42 +02:00
commit 1bff580d63
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
15 changed files with 69 additions and 130 deletions

View file

@ -15,7 +15,7 @@ DAG implementation are from them.
longer defined. If you use hare and would like it added back, please file an
issue.
- {option}`vim.startPlugins` & {option} `vim-optPlugins` are now an enum of
- {option}`vim.startPlugins` & {option}`vim.optPlugins` are now an enum of
`string` for options sourced from the flake inputs. Users can still provide
vim plugin packages.

View file

@ -95,7 +95,7 @@ vim.api.nvim_set_keymap('n', '<leader>a', ':lua camelToSnake()<CR>', { noremap =
and also has been removed.
- `which-key.nvim` categories can now be customized through
[vim.binds.whichKey.register](./options.html#option-vim-binds-whichKey-register)
{option}`vim.binds.whichKey.register`
- Added `magick` to `vim.luaPackages` for `image.nvim`.
@ -125,10 +125,9 @@ vim.api.nvim_set_keymap('n', '<leader>a', ':lua camelToSnake()<CR>', { noremap =
- Lualine module now allows customizing `always_divide_middle`, `ignore_focus`
and `disabled_filetypes` through the new options:
[vim.statusline.lualine.alwaysDivideMiddle](./options.html#option-vim-statusline-lualine-alwaysDivideMiddle),
[vim.statusline.lualine.ignoreFocus](./options.html#option-vim-statusline-lualine-ignoreFocus)
and
[vim.statusline.lualine.disabledFiletypes](./options.html#option-vim-statusline-lualine-disabledFiletypes).
{option}`vim.statusline.lualine.alwaysDivideMiddle`,
{option}`vim.statusline.lualine.ignoreFocus` and
{option}`vim.statusline.lualine.disabledFiletypes`).
- Updated all plugin inputs to their latest versions (**21.04.2024**) - this
brought minor color changes to the Catppuccin theme.

View file

@ -85,7 +85,7 @@
- Add [yazi.nvim] as a companion plugin for Yazi, the terminal file manager.
- Add {option}`vim.autocmds` and {option}`vim-augroups` to allow declaring
- Add {option}`vim.autocmds` and {option}`vim.augroups` to allow declaring
autocommands via Nix.
- Fix plugin `setupOpts` for yanky.nvim and assert if shada is configured as a