mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-09 10:22:04 +00:00
refactor: use new mapping format
This commit is contained in:
parent
2d9b24dfdb
commit
7e566c9687
4 changed files with 56 additions and 17 deletions
|
@ -9,7 +9,7 @@ with builtins; {
|
|||
enable = mkEnableOption "Enable toggleterm as a replacement to built-in terminal command";
|
||||
mappings = {
|
||||
open = mkOption {
|
||||
type = types.str;
|
||||
type = types.nullOr types.str;
|
||||
description = "The keymapping to open toggleterm";
|
||||
default = "<c-t>";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue