mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 06:29:47 +01:00
docs: rename vim.leaderKey to vim.globals.mapleader
This commit is contained in:
parent
ba14b3538e
commit
3b6b6e7322
1 changed files with 1 additions and 4 deletions
|
@ -60,9 +60,6 @@ in {
|
||||||
upstream, it no longer makes sense, nor works, to toggle only Trouble.
|
upstream, it no longer makes sense, nor works, to toggle only Trouble.
|
||||||
'')
|
'')
|
||||||
# 2024-11-30
|
# 2024-11-30
|
||||||
(mkRemovedOptionModule ["vim" "leaderKey"] ''
|
(mkRenamedOptionModule ["vim" "leaderKey"] ["vim" "globals" "mapleader"])
|
||||||
This has been deprecated in favor of using the more generic `vim.globals`
|
|
||||||
(you can use `vim.globals.mapleader` to change this instead).
|
|
||||||
'')
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue