mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
treewide: revert vim.leaderKey deprecation
This commit is contained in:
parent
29b7c415a9
commit
b230539598
4 changed files with 14 additions and 16 deletions
|
|
@ -101,10 +101,7 @@ in {
|
|||
|
||||
globals = mkOption {
|
||||
type = attrs;
|
||||
default = {
|
||||
mapleader = " ";
|
||||
maplocalleader = ",";
|
||||
};
|
||||
default = {};
|
||||
example = {"some_variable" = 42;};
|
||||
description = ''
|
||||
An attribute set containing global variable values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue