Skip to content

Commit 749cc79

Browse files
authored
plugins/nvim-docs-view: fix default mappings (#677)
2 parents 08be38a + 3bf7abd commit 749cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/plugins/lsp/nvim-docs-view/nvim-docs-view.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ in {
5757
};
5858

5959
mappings = {
60-
viewToggle = mkMappingOption "Open or close the docs view panel" "lvt";
61-
viewUpdate = mkMappingOption "Manually update the docs view panel" "lvu";
60+
viewToggle = mkMappingOption "Open or close the docs view panel" "<leader>lvt";
61+
viewUpdate = mkMappingOption "Manually update the docs view panel" "<leader>lvu";
6262
};
6363
};
6464
}

0 commit comments

Comments
 (0)