diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/nixvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index 4fe57ef..87971b2 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -640,6 +640,7 @@ inputs: | |||
640 | {"h", "hlsearch"}, | 640 | {"h", "hlsearch"}, |
641 | {"i", "ignorecase"}, | 641 | {"i", "ignorecase"}, |
642 | {"l", "list"}, | 642 | {"l", "list"}, |
643 | {"n", "number"}, | ||
643 | {"r", "relativenumber"}, | 644 | {"r", "relativenumber"}, |
644 | {"s", "spell"}, | 645 | {"s", "spell"}, |
645 | {"w", "wrap"}, | 646 | {"w", "wrap"}, |
@@ -647,7 +648,6 @@ inputs: | |||
647 | Snacks.toggle.option(x[2]):map("yo" .. x[1]) | 648 | Snacks.toggle.option(x[2]):map("yo" .. x[1]) |
648 | end | 649 | end |
649 | 650 | ||
650 | Snacks.toggle.line_number():map("yon") | ||
651 | Snacks.toggle.indent():map("yoI") | 651 | Snacks.toggle.indent():map("yoI") |
652 | Snacks.toggle.diagnostics():map("<leader>sd") | 652 | Snacks.toggle.diagnostics():map("<leader>sd") |
653 | Snacks.toggle.inlay_hints():map("<leader>sT") | 653 | Snacks.toggle.inlay_hints():map("<leader>sT") |