mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
init/basic: deprecate vim.leaderKey
in favour of `vim.globals.mapleader` and `vim.globals.maplocalleader` tmp Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
48a74623d8
commit
71de14149d
3 changed files with 9 additions and 9 deletions
|
@ -101,7 +101,10 @@ in {
|
|||
|
||||
globals = mkOption {
|
||||
type = attrs;
|
||||
default = {};
|
||||
default = {
|
||||
mapleader = " ";
|
||||
maplocalleader = ",";
|
||||
};
|
||||
example = {"some_variable" = 42;};
|
||||
description = ''
|
||||
An attribute set containing global variable values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue