Skip to content

Commit 632cf31

Browse files
plugins/cmp: remove nvim-cmp deprecations warnings
These deprecations were introduced in February 2021 with a planned removal in June 2024. These deprecated options have been in place long enough for users to migrate to the new configuration format.
1 parent c7b109f commit 632cf31

File tree

2 files changed

+0
-364
lines changed

2 files changed

+0
-364
lines changed

plugins/cmp/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
5555
'';
5656

5757
imports = [
58-
# Introduced on 2024 February 21
59-
# TODO: remove ~June 2024
60-
./deprecations.nix
6158
./auto-enable.nix
6259
./sources
6360
];

plugins/cmp/deprecations.nix

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

0 commit comments

Comments
 (0)