Merge pull request #474 from diniamo/run-nvim
Some checks are pending
Check for typos in the source tree / check-typos (push) Waiting to run

runner/run-nvim: init
This commit is contained in:
raf 2024-11-30 12:31:24 +03:00 committed by GitHub
commit 29b7c415a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 119 additions and 15 deletions

View file

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