docs: rename vim.leaderKey to vim.globals.mapleader

This commit is contained in:
Ching Pei Yang 2024-11-30 23:37:16 +01:00
parent ba14b3538e
commit 3b6b6e7322
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -60,9 +60,6 @@ in {
upstream, it no longer makes sense, nor works, to toggle only Trouble.
'')
# 2024-11-30
(mkRemovedOptionModule ["vim" "leaderKey"] ''
This has been deprecated in favor of using the more generic `vim.globals`
(you can use `vim.globals.mapleader` to change this instead).
'')
(mkRenamedOptionModule ["vim" "leaderKey"] ["vim" "globals" "mapleader"])
];
}