mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
feat(modules/basic): make leader key configurable
This commit is contained in:
parent
9c3e82b41b
commit
93c8643fd8
2 changed files with 9 additions and 0 deletions
|
|
@ -142,6 +142,9 @@ in {
|
|||
set spell
|
||||
set spelllang=${toString cfg.spellChecking.language}
|
||||
''}
|
||||
${optionalString (cfg.leaderKey != null) ''
|
||||
let mapleader = "${toString cfg.leaderKey}"
|
||||
''}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue