Merge branch 'main' into feature/yaml

This commit is contained in:
MaxMur 2025-03-02 15:36:03 +03:00 committed by TheMaxMur
commit e469af050a
No known key found for this signature in database
GPG key ID: B72F4A649F92F410

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";
}; };
}; };
} }