We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08be38a + 3bf7abd commit 749cc79Copy full SHA for 749cc79
modules/plugins/lsp/nvim-docs-view/nvim-docs-view.nix
@@ -57,8 +57,8 @@ in {
57
};
58
59
mappings = {
60
- viewToggle = mkMappingOption "Open or close the docs view panel" "lvt";
61
- viewUpdate = mkMappingOption "Manually update the docs view panel" "lvu";
+ viewToggle = mkMappingOption "Open or close the docs view panel" "<leader>lvt";
+ viewUpdate = mkMappingOption "Manually update the docs view panel" "<leader>lvu";
62
63
64
}
0 commit comments