treewide: revert vim.leaderKey deprecation

This commit is contained in:
diniamo 2024-11-30 23:05:01 +01:00
commit b230539598
4 changed files with 14 additions and 16 deletions

View file

@ -59,10 +59,5 @@ in {
With Trouble having so many different modes, and breaking changes
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).
'')
];
}