plugins/nvim-docs-view: fix default mappings (#675)

This commit is contained in:
Adam Szalkowski 2025-03-01 14:44:08 +01:00
parent 08be38ab06
commit 3bf7abd6c9

View file

@ -57,8 +57,8 @@ in {
}; };
mappings = { mappings = {
viewToggle = mkMappingOption "Open or close the docs view panel" "lvt"; viewToggle = mkMappingOption "Open or close the docs view panel" "<leader>lvt";
viewUpdate = mkMappingOption "Manually update the docs view panel" "lvu"; viewUpdate = mkMappingOption "Manually update the docs view panel" "<leader>lvu";
}; };
}; };
} }