wrapper/rc: set vim.options and vim.globals to freeform submodules

This commit is contained in:
raf 2024-12-01 09:34:35 +03:00
commit 864ee05f57
Signed by: NotAShelf
GPG key ID: AF26552424E53993
2 changed files with 8 additions and 5 deletions

View file

@ -200,8 +200,6 @@ in {
};
globals = pushDownDefault {
mapleader = cfg.leaderKey;
maplocalleader = cfg.leaderKey;
editorconfig = cfg.enableEditorconfig;
};