Skip to content

Commit 8d81a97

Browse files
committed
spellcheck: drop vim-dirtytalk
Closes: #1797
1 parent 45ad224 commit 8d81a97

6 files changed

Lines changed: 10 additions & 49 deletions

File tree

docs/manual/release-notes/rl-26.12.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
- `ui/breadcrumbs`: was removed and completely rebuild under
3636
`statusline.lualine.integrations.breadcrumbs`.
3737

38+
- `spellcheck` remove `vim-dirtytalk` as it is unmaintained and no longer works.
39+
3840
## Changelog {#sec-release-26-12-changelog}
3941

4042
[snoweuph](https://github.com/snoweuph)

modules/extra/deprecations.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,12 @@ in {
9292
(mkRenamedOptionModule ["vim" "ui" "breadcrumbs" "lualine" "winbar" "alwaysRender"] ["vim" "statusline" "lualine" "integrations" "breadcrumbs" "nvim-navic" "alwaysRender"])
9393
(mkRenamedOptionModule ["vim" "ui" "breadcrumbs" "navbuddy" "enable"] ["vim" "statusline" "lualine" "integrations" "breadcrumbs" "navbuddy" "enable"])
9494
]
95+
96+
# 2026-08-23
97+
[
98+
(mkRemovedOptionModule ["vim" "spellcheck" "vim-dirtytalk" "enable"] ''
99+
Dirtytalk is unmaintained and no longer works.
100+
'')
101+
]
95102
];
96103
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
imports = [
3-
./vim-dirtytalk
4-
];
2+
imports = [];
53
}

modules/plugins/spellcheck/vim-dirtytalk/config.nix

Lines changed: 0 additions & 33 deletions
This file was deleted.

modules/plugins/spellcheck/vim-dirtytalk/default.nix

Lines changed: 0 additions & 6 deletions
This file was deleted.

modules/plugins/spellcheck/vim-dirtytalk/vim-dirtytalk.nix

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)