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

@ -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