plugins/packer: remove (deprecated)

This commit is contained in:
Gaetan Lepage 2025-03-30 12:48:01 +02:00
parent ada161d0bb
commit 5d833a1692
5 changed files with 7 additions and 341 deletions

View file

@ -16,6 +16,12 @@ let
- `:InspectTree` to show the parsed syntax tree ("TSPlayground")
- `:PreviewQuery` to open the Query Editor (Nvim 0.10+)
'';
# Added 2025-03-30
packer = ''
The `packer` plugin manager has been unmaintained for several years.
It is recommended to use `plugins.pckr` or `plugins.lazy` instead.
'';
};
renamed = {
# Added 2024-09-17